Documentation

Mathlib.RingTheory.RingHom.Bijective

Meta properties of bijective ring homomorphisms #

We show some meta properties of bijective ring homomorphisms.

Implementation details #

We don't define a RingHom.Bijective predicate, but use fun f ↦ Function.Bijective f as the ring hom property.