Inequalities
In Corca, inequalities are treated as relation operators. They behave as structural elements that connect expressions. They are not embedded inside subexpressions such as fractions or powers.
Creating inequalities
You can create inequalities by typing standard symbols. Type x>3 to get
You can also type common aliases, like x=/2 to get
Corca converts the typed alias into the correct mathematical symbol.
Common inequality operators
The following operators are available by default.
Operator | Symbol | Example |
|---|---|---|
Less than | < | |
Greater than | > | |
Less than or equal | ||
Greater than or equal | ||
Not equal | ||
Equal |
Visual distinction
Relation operators are visually distinct from arithmetic operators. They use a separate styling to highlight logical relationships.
This makes complex expressions easier to read.
Inserting inequalities from the symbol palette
You can insert inequality symbols from the right sidebar. Steps:
Open the Symbol Palette
Select a relation symbol
Click to insert
The symbol appears at the cursor position.
Previous: Math Structures | Next: Units |