Krzysztof Maurin's notation
From Maths
Analysis - Part I: Elements
Notation | Read as[1] | Notes |
---|---|---|
∧ | "and" | |
⋀x, ⋀x | "for all x there follows" | Equiv to ∀x, x may be a statement (eg: x:=y∈Y) |
∨ | "or" | |
⋁x, ⋁x | "there exists an x such that" | Equiv to ∃x, x may be a statement (eg: x:=y∈Y) |
¬ | "Not" | |
⟹ | "if, ..., then" | Meaning: if left side then right side, see Implies |
⟺ | "if and only if" | Implication in both directions, if left then right, if right then left |
:= | "equal by definition" |
Examples
Maurin gives some examples:
- Contrapositive: (p⟹q)⟺(¬q⟹¬p)
- De Morgan's laws: ¬(p∧q)⟺(¬p∨¬q) and ¬(p∨q)⟺(¬p∧¬q)
References
- Jump up ↑ Analysis - Part I: Elements - Krzysztof Maurin