Theorems · Theorem · number theory
AddCommGroup.natCast_modEq_natCast
∀ {M : Type u_1} [inst : AddCommMonoidWithOne M] [CharZero M] {a b n : ℕ}, ↑a ≡ ↑b [PMOD ↑n] ↔ a ≡ b [MOD n]- Defined in
- Mathlib.Data.Nat.ModEq
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoidWithOneCharZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CharZerostatement and proof · cited by 932
- Nat.ModEqstatement · cited by 225
- AddCommGroup.ModEqstatement and proof · cited by 107
- AddCommMonoidWithOnestatement and proof · cited by 42
- Nat.cast_injectiveproof · cited by 39
- Nat.castAddMonoidHomproof · cited by 16
- AddCommGroup.map_modEq_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Nat.ModEq.of_natCastproof · cited by 0