Mathlib Map

Theorems · Theorem · general topology

ZMod.toAddCircle_apply

∀ {N : ℕ} [inst : NeZero N] (j : ZMod N), ZMod.toAddCircle j = ↑(↑j.val / ↑N)

Explicit formula for toCircle j. Note that this is "evil" because it uses ZMod.val. Where possible, it is recommended to lift j to and use toAddCircle_intCast instead.

Defined in
Mathlib.Topology.Instances.AddCircle.Real
Cited by
2 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NeZero

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.