|
Table data: (P,Q)
such that (P)⟹(Q)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Arg | arg(z) | Complex argument |
RR | R | Real numbers |
Pi | π | The constant pi (3.14...) |
CC | C | Complex numbers |
OpenClosedInterval | (a,b] | Open-closed interval |
Infinity | ∞ | Positive infinity |
Source code for this entry:
Entry(ID("b7d740"), SymbolDefinition(Arg, Arg(z), "Complex argument"), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(Tuple(Element(z, RR), Element(Arg(z), Set(0, Pi))), Tuple(Element(z, CC), Element(Arg(z), OpenClosedInterval(Neg(Pi), Pi))), Tuple(Element(z, Set(Infinity)), Element(Arg(z), Set(0))), Tuple(Element(z, Set(Neg(Infinity))), Element(Arg(z), Set(Pi))))))