Fungrim home page

Fungrim entry: ef9f8a

Symbol: Pow ab{a}^{b} Power
The following table lists conditions such that Pow(a, b) is defined in Fungrim.
Domain Codomain
Numbers
aC0andbCa \in \mathbb{C} \setminus 0 \,\mathbin{\operatorname{and}}\, b \in \mathbb{C} abC{a}^{b} \in \mathbb{C}
aCandb{0}a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \left\{0\right\} ab{1}{a}^{b} \in \left\{1\right\}
Infinities
a{,,~}andb{1,2,}a \in \left\{\infty, -\infty, {\tilde \infty}\right\} \,\mathbin{\operatorname{and}}\, b \in \{-1, -2, \ldots\} ab{0}{a}^{b} \in \left\{0\right\}
General domains
aRandRRingsandbZ0a \in R \,\mathbin{\operatorname{and}}\, R \in \operatorname{Rings} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z}_{\ge 0} abR{a}^{b} \in R
aK{0}andKFieldsandQKandbZa \in K \setminus \left\{0\right\} \,\mathbin{\operatorname{and}}\, K \in \operatorname{Fields} \,\mathbin{\operatorname{and}}\, \mathbb{Q} \subseteq K \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} abR{a}^{b} \in R
Table data: (P,Q)\left(P, Q\right) such that (P)    (Q)\left(P\right) \implies \left(Q\right)
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Infinity\infty Positive infinity
UnsignedInfinity~{\tilde \infty} Unsigned infinity
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
QQQ\mathbb{Q} Rational numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("ef9f8a"),
    SymbolDefinition(Pow, Pow(a, b), "Power"),
    Description(""),
    Description("The following table lists conditions such that", SourceForm(Pow(a, b)), "is defined in Fungrim."),
    Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(And(Element(a, SetMinus(CC, 0)), Element(b, CC)), Element(Pow(a, b), CC)), Tuple(And(Element(a, CC), Element(b, Set(0))), Element(Pow(a, b), Set(1))), TableSection("Infinities"), Tuple(And(Element(a, Set(Infinity, Neg(Infinity), UnsignedInfinity)), Element(b, ZZLessEqual(-1))), Element(Pow(a, b), Set(0))), TableSection("General domains"), Tuple(And(Element(a, R), Element(R, Rings), Element(b, ZZGreaterEqual(0))), Element(Pow(a, b), R)), Tuple(And(Element(a, SetMinus(K, Set(0))), Element(K, Fields), SubsetEqual(QQ, K), Element(b, ZZ)), Element(Pow(a, b), R)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC