Documentation

Mathlib.GroupTheory.OreLocalization.Cardinality

Cardinality of Ore localizations #

This file contains some results on cardinality of Ore localizations.

TODO #

theorem OreLocalization.oreDiv_one_surjective_of_finite_left {R : Type u} [Monoid R] (S : Submonoid R) [OreSet S] (X : Type v) [MulAction R X] [Finite S] :
Function.Surjective fun (x : X) => x /ₒ 1
theorem AddOreLocalization.oreSub_zero_surjective_of_finite_left {R : Type u} [AddMonoid R] (S : AddSubmonoid R) [AddOreSet S] (X : Type v) [AddAction R X] [Finite S] :
Function.Surjective fun (x : X) => x -ₒ 0
theorem OreLocalization.oreDiv_one_surjective_of_finite_right {R : Type u} [Monoid R] (S : Submonoid R) [OreSet S] (X : Type v) [MulAction R X] [Finite X] :
Function.Surjective fun (x : X) => x /ₒ 1
theorem AddOreLocalization.oreSub_zero_surjective_of_finite_right {R : Type u} [AddMonoid R] (S : AddSubmonoid R) [AddOreSet S] (X : Type v) [AddAction R X] [Finite X] :
Function.Surjective fun (x : X) => x -ₒ 0