Equations
- AlgebraInLean.isFiniteOrder x = โ (n : โ), n โ 0 โง AlgebraInLean.mpow x n = AlgebraInLean.๐
Instances For
Equations
- AlgebraInLean.order x = if h : AlgebraInLean.isFiniteOrder x then Nat.find h else 0
Instances For
If xโฟ = e โ n = 0
If n is the order of x, then xโฟ = e
Let m be the order x. Write m = nq + r with 0 โค r < m. Then, xสณ = xโฟ
Let n be the order of x. xแต = e โ n | m
The order of x is nonzero if and only if there exists an n : โ such that xโฟ = e
The order of the identity element, ๐, in any monoid is 1.
Let m be the order of x and let n : โ with n โ 0. If m โ 0, then the order of xโฟ is nonzero
Suppose m, n < order x
. If xแต = xโฟ, then m = n
Let r โ 0 be the order of x. If xแต = xโฟ, then m is congruent to n (mod r)
Let n be the order x. Then, xโฟ = ๐
Suppose the order of x is 0. Then if xโฟ = ๐, n = 0
Let m be the order x. Write m = nq + r with 0 โค r < m. Then, xสณ = xโฟ
Suppose the order of x is 0. Then xแต = xโฟ โ m = n
The capstone theorem of gpow
: let r = order x. Then if two integers m
and n
satisfy xแต = xโฟ,
then m โก n [MOD order x]. If r = 0, then m = n.