Theorems · Theorem · group theory
Con.induction_on
∀ {M : Type u_1} [inst : Mul M] {c : Con M} {C : c.Quotient → Prop} (q : c.Quotient), (∀ (x : M), C ↑x) → C qThe inductive principle used to prove propositions about the elements of a quotient by a congruence relation.
- Defined in
- Mathlib.GroupTheory.Congruence.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- Mul
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.
- Constatement and proof · cited by 152
- Quotient.inductionOn'proof · cited by 69
- Con.Quotientstatement and proof · cited by 48
- Con.toQuotientstatement and proof · cited by 33
Cited by1
Results whose statement or proof uses this declaration.
- Monoid.PushoutI.induction_onproof · cited by 1