Mathlib Map

Theorems · Theorem · group theory

domain_nontrivial

∀ {M₀ : Type u_1} {M₀' : Type u_2} [inst : MulZeroOneClass M₀] [Nontrivial M₀] [inst_2 : Zero M₀'] [inst_3 : One M₀']
  (f : M₀' → M₀), f 0 = 0 → f 1 = 1 → Nontrivial M₀'

Pullback a Nontrivial instance along a function sending 0 to 0 and 1 to 1.

Defined in
Mathlib.Algebra.GroupWithZero.NeZero
Cited by
2 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
MulZeroOneClassNontrivialZeroOne

Around this declaration

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

Cites3

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.