Loogle!
Result
Found 21 declarations mentioning NonUnitalSubring.map.
- NonUnitalSubring.map š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (f : F) (s : NonUnitalSubring R) : NonUnitalSubring S - NonUnitalSubring.map_id š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} [NonUnitalNonAssocRing R] (s : NonUnitalSubring R) : NonUnitalSubring.map (NonUnitalRingHom.id R) s = s - NonUnitalSubring.map.congr_simp š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (f fā : F) (e_f : f = fā) (s sā : NonUnitalSubring R) (e_s : s = sā) : NonUnitalSubring.map f s = NonUnitalSubring.map fā sā - NonUnitalRingHom.range_eq_map š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] (f : R āā+* S) : f.range = NonUnitalSubring.map f ⤠- NonUnitalSubring.coe_map š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (f : F) (s : NonUnitalSubring R) : ā(NonUnitalSubring.map f s) = āf '' ās - NonUnitalSubring.map_bot š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] (f : R āā+* S) : NonUnitalSubring.map f ā„ = ā„ - NonUnitalSubring.gc_map_comap š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (f : F) : GaloisConnection (NonUnitalSubring.map f) (NonUnitalSubring.comap f) - NonUnitalSubring.map_iInf š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] {ι : Sort u_1} [Nonempty ι] (f : F) (hf : Function.Injective āf) (s : ι ā NonUnitalSubring R) : NonUnitalSubring.map f (iInf s) = ⨠i, NonUnitalSubring.map f (s i) - NonUnitalSubring.mem_map š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] {f : F} {s : NonUnitalSubring R} {y : S} : y ā NonUnitalSubring.map f s ā ā x ā s, f x = y - NonUnitalSubring.map_iSup š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] {ι : Sort u_1} (f : F) (s : ι ā NonUnitalSubring R) : NonUnitalSubring.map f (iSup s) = ⨠i, NonUnitalSubring.map f (s i) - NonUnitalRingHom.map_closure š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] (f : R āā+* S) (s : Set R) : NonUnitalSubring.map f (NonUnitalSubring.closure s) = NonUnitalSubring.closure (āf '' s) - NonUnitalSubring.map_inf š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (s t : NonUnitalSubring R) (f : F) (hf : Function.Injective āf) : NonUnitalSubring.map f (s ā t) = NonUnitalSubring.map f s ā NonUnitalSubring.map f t - NonUnitalRingHom.map_range š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} {T : Type u_1} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [NonUnitalNonAssocRing T] (g : S āā+* T) (f : R āā+* S) : NonUnitalSubring.map g f.range = (g.comp f).range - NonUnitalSubring.map_le_iff_le_comap š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] {f : F} {s : NonUnitalSubring R} {t : NonUnitalSubring S} : NonUnitalSubring.map f s ⤠t ā s ⤠NonUnitalSubring.comap f t - NonUnitalSubring.map_sup š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (s t : NonUnitalSubring R) (f : F) : NonUnitalSubring.map f (s ā t) = NonUnitalSubring.map f s ā NonUnitalSubring.map f t - NonUnitalSubring.map_map š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} {T : Type u_1} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [NonUnitalNonAssocRing T] (s : NonUnitalSubring R) (g : S āā+* T) (f : R āā+* S) : NonUnitalSubring.map g (NonUnitalSubring.map f s) = NonUnitalSubring.map (g.comp f) s - NonUnitalSubring.equivMapOfInjective š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (s : NonUnitalSubring R) (f : F) (hf : Function.Injective āf) : ā„s ā+* ā„(NonUnitalSubring.map f s) - NonUnitalSubring.mem_map_equiv š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] {f : R ā+* S} {K : NonUnitalSubring R} {x : S} : x ā NonUnitalSubring.map (āf) K ā f.symm x ā K - NonUnitalSubring.comap_equiv_eq_map_symm š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] (f : R ā+* S) (K : NonUnitalSubring S) : NonUnitalSubring.comap (āf) K = NonUnitalSubring.map f.symm K - NonUnitalSubring.map_equiv_eq_comap_symm š Mathlib.RingTheory.NonUnitalSubring.Basic
{R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] (f : R ā+* S) (K : NonUnitalSubring R) : NonUnitalSubring.map (āf) K = NonUnitalSubring.comap f.symm K - NonUnitalSubring.coe_equivMapOfInjective_apply š Mathlib.RingTheory.NonUnitalSubring.Basic
{F : Type w} {R : Type u} {S : Type v} [NonUnitalNonAssocRing R] [NonUnitalNonAssocRing S] [FunLike F R S] [NonUnitalRingHomClass F R S] (s : NonUnitalSubring R) (f : F) (hf : Function.Injective āf) (x : ā„s) : ā((s.equivMapOfInjective f hf) x) = f āx
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using (by default) Ctrl-K Ctrl-S. You can also try the
#loogle
command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
šReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
š"differ"
finds all lemmas that have"differ"
somewhere in their lemma name.By subexpression:
š_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
šReal.sqrt ?a * Real.sqrt ?a
If the pattern has parameters, they are matched in any order. Both of these will find
List.map
:
š(?a -> ?b) -> List ?a -> List ?b
šList ?a -> (?a -> ?b) -> List ?b
By main conclusion:
š|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allā
andā
) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
š|- _ < _ ā tsum _ < tsum _
will findtsum_lt_tsum
even though the hypothesisf i < g i
is not the last.
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
š Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ ā _
would find all lemmas which mention the constants Real.sin
and tsum
, have "two"
as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _
(if
there were any such lemmas). Metavariables (?a
) are
assigned independently in each filter.
The #lucky
button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO.
This is Loogle revision ee8c038
serving mathlib revision 7a9e177