Mathlib Map

Theorems · Theorem · group theory

AddCon.induction_on

∀ {M : Type u_1} [inst : Add M] {c : AddCon M} {C : c.Quotient → Prop} (q : c.Quotient), (∀ (x : M), C ↑x) → C q

The inductive principle used to prove propositions about the elements of a quotient by an additive congruence relation.

Defined in
Mathlib.GroupTheory.Congruence.Defs
Cited by
2 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
Add

Around this declaration

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

Cites4

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.