Loogle!
Result
Found 511 declarations mentioning RelIso. Of these, only the first 200 are shown.
- RelIso 📋 Mathlib.Order.RelIso.Basic
{α : Type u_5} {β : Type u_6} (r : α → α → Prop) (s : β → β → Prop) : Type (max u_5 u_6) - RelIso.refl 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} (r : α → α → Prop) : r ≃r r - RelIso.instInhabited 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} (r : α → α → Prop) : Inhabited (r ≃r r) - RelIso.Simps.apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (h : r ≃r s) : α → β - RelIso.Simps.symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (h : r ≃r s) : β → α - RelIso.instEquivLike 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : EquivLike (r ≃r s) α β - RelIso.instFunLike 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : FunLike (r ≃r s) α β - RelIso.toEquiv 📋 Mathlib.Order.RelIso.Basic
{α : Type u_5} {β : Type u_6} {r : α → α → Prop} {s : β → β → Prop} (self : r ≃r s) : α ≃ β - RelIso.relIsoOfIsEmpty 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty α] [IsEmpty β] : r ≃r s - RelIso.symm 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : s ≃r r - RelIso.toRelEmbedding 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : r ↪r s - RelIso.instCoeOutRelEmbedding 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : CoeOut (r ≃r s) (r ↪r s) - RelIso.emptySumLex 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty α] : Sum.Lex r s ≃r s - RelIso.refl_symm 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {r : α → α → Prop} : (RelIso.refl r).symm = RelIso.refl r - RelIso.sumLexEmpty 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty β] : Sum.Lex r s ≃r r - RelIso.default_def 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} (r : α → α → Prop) : default = RelIso.refl r - RelIso.toEquiv_injective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : Function.Injective RelIso.toEquiv - RelIso.instRelHomClass 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : RelHomClass (r ≃r s) r s - RelIso.ofUniqueOfIrrefl 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [Std.Irrefl r] [Std.Irrefl s] [Unique α] [Unique β] : r ≃r s - RelIso.ofUniqueOfRefl 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [Std.Refl r] [Std.Refl s] [Unique α] [Unique β] : r ≃r s - RelIso.symm_bijective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : Function.Bijective RelIso.symm - RelIso.cast 📋 Mathlib.Order.RelIso.Basic
{α β : Type u} {r : α → α → Prop} {s : β → β → Prop} (h₁ : α = β) (h₂ : r ≍ s) : r ≃r s - RelIso.refl_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} (r : α → α → Prop) (a : α) : (RelIso.refl r) a = a - RelIso.trans 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} (f₁ : r ≃r s) (f₂ : s ≃r t) : r ≃r t - RelIso.swap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : Function.swap r ≃r Function.swap s - RelIso.bijective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : Function.Bijective ⇑e - RelIso.injective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : Function.Injective ⇑e - RelIso.refl_trans 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : (RelIso.refl r).trans e = e - RelIso.surjective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : Function.Surjective ⇑e - RelIso.swapEquiv 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : r ≃r s ≃ (Function.swap r ≃r Function.swap s) - RelIso.symm_symm 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : e.symm.symm = e - RelIso.trans_refl 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : e.trans (RelIso.refl s) = e - RelIso.preimage 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (f : α ≃ β) (s : β → β → Prop) : ⇑f ⁻¹'o s ≃r s - RelIso.ofOnFun 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : β → β → Prop) (f : α ≃ β) : Function.onFun r ⇑f ≃r r - RelIso.coe_fn_injective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : Function.Injective fun f => ⇑f - RelIso.ofSurjective 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ↪r s) (H : Function.Surjective ⇑f) : r ≃r s - RelIso.self_trans_symm 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : e.trans e.symm = RelIso.refl r - RelIso.symm_trans_self 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : e.symm.trans e = RelIso.refl s - RelIso.relEmbeddingCongr 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) : r₁ ↪r s₁ ≃ (r₂ ↪r s₂) - RelIso.relHomCongr 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) : r₁ →r s₁ ≃ (r₂ →r s₂) - RelIso.relIsoCongr 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) : r₁ ≃r s₁ ≃ (r₂ ≃r s₂) - RelIso.cast_refl 📋 Mathlib.Order.RelIso.Basic
{α : Type u} {r : α → α → Prop} (h₁ : α = α := ⋯) (h₂ : r ≍ r := ⋯) : RelIso.cast h₁ h₂ = RelIso.refl r - RelIso.embeddingSurjectiveEquivIso 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : { f // Function.Surjective ⇑f } ≃ (r ≃r s) - RelIso.prodLexCongr 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {α₂ : Type u_6} {β₁ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₁ : β₁ → β₁ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r s₁) (e₂ : r₂ ≃r s₂) : Prod.Lex r₁ r₂ ≃r Prod.Lex s₁ s₂ - RelIso.sumLexCongr 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {α₂ : Type u_6} {β₁ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₁ : β₁ → β₁ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r s₁) (e₂ : r₂ ≃r s₂) : Sum.Lex r₁ r₂ ≃r Sum.Lex s₁ s₂ - RelIso.coe_toEmbedding 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : ⇑f.toEmbedding = ⇑f - RelIso.compl 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : rᶜ ≃r sᶜ - RelIso.cast_apply 📋 Mathlib.Order.RelIso.Basic
{α β : Type u} {r : α → α → Prop} {s : β → β → Prop} (h₁ : α = β) (h₂ : r ≍ s) (a : α) : (RelIso.cast h₁ h₂) a = cast h₁ a - RelIso.coe_toRelEmbedding 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : ⇑f.toRelEmbedding = ⇑f - RelIso.complEquiv 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : r ≃r s ≃ (rᶜ ≃r sᶜ) - RelIso.map_rel_iff 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) {a b : α} : s (f a) (f b) ↔ r a b - RelIso.toMap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (f : α ≃ β) : r ≃r Relation.Map r ⇑f ⇑f - RelIso.apply_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) (x : β) : e (e.symm x) = x - RelIso.coe_fn_toEquiv 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : ⇑f.toEquiv = ⇑f - RelIso.symm_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) (x : α) : e.symm (e x) = x - RelIso.apply_eq_iff_eq 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) {x y : α} : f x = f y ↔ x = y - RelIso.eq_iff_eq 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) {a b : α} : f a = f b ↔ a = b - RelIso.rel_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {x : α} {y : β} : r x (e.symm y) ↔ s (e x) y - RelIso.self_comp_symm 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : ⇑e ∘ ⇑e.symm = id - RelIso.symm_apply_rel 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {x : β} {y : α} : r (e.symm x) y ↔ s x (e y) - RelIso.symm_comp_self 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) : ⇑e.symm ∘ ⇑e = id - RelIso.symm_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (b : α) : f.symm.symm b = f b - RelIso.apply_eq_iff_eq_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} {x : α} {y : β} (f : r ≃r s) : f x = y ↔ x = f.symm y - RelIso.cast_symm 📋 Mathlib.Order.RelIso.Basic
{α β : Type u} {r : α → α → Prop} {s : β → β → Prop} (h₁ : α = β) (h₂ : r ≍ s) : (RelIso.cast h₁ h₂).symm = RelIso.cast ⋯ ⋯ - RelIso.eq_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {x : β} {y : α} : y = e.symm x ↔ e y = x - RelIso.mk 📋 Mathlib.Order.RelIso.Basic
{α : Type u_5} {β : Type u_6} {r : α → α → Prop} {s : β → β → Prop} (toEquiv : α ≃ β) (map_rel_iff' : ∀ {a b : α}, s (toEquiv a) (toEquiv b) ↔ r a b) : r ≃r s - RelIso.symm_apply_eq 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {x : β} {y : α} : e.symm x = y ↔ x = e y - RelIso.ext 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} ⦃f g : r ≃r s⦄ (h : ∀ (x : α), f x = g x) : f = g - RelIso.ext_iff 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} {f g : r ≃r s} : f = g ↔ ∀ (x : α), f x = g x - RelIso.copy 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) (f : α → β) (g : β → α) (hf : f = ⇑e) (hg : g = ⇑e.symm) : r ≃r s - RelIso.emptySumLex_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty α] (a✝ : β) : (RelIso.emptySumLex r s).symm a✝ = Sum.inr a✝ - RelIso.sumLexEmpty_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty β] (val : α) : (RelIso.sumLexEmpty r s).symm val = Sum.inl val - RelIso.map_rel_iff' 📋 Mathlib.Order.RelIso.Basic
{α : Type u_5} {β : Type u_6} {r : α → α → Prop} {s : β → β → Prop} (self : r ≃r s) {a b : α} : s (self.toEquiv a) (self.toEquiv b) ↔ r a b - RelIso.sumLexEmpty_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty β] (a✝ : α ⊕ β) : (RelIso.sumLexEmpty r s) a✝ = Sum.elim id (fun a => isEmptyElim a) a✝ - RelIso.trans_assoc 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} {δ : Type u_5} {u : δ → δ → Prop} (ab : r ≃r s) (bc : s ≃r t) (cd : t ≃r u) : (ab.trans bc).trans cd = ab.trans (bc.trans cd) - RelIso.ofSurjective_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ↪r s) (H : Function.Surjective ⇑f) (a : α) : (RelIso.ofSurjective f H) a = f a - RelIso.toEquiv_ofOnFun 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : β → β → Prop) (f : α ≃ β) : ↑(RelIso.ofOnFun r f) = f - RelIso.copy_eq 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) (f : α → β) (g : β → α) (hf : f = ⇑e) (hg : g = ⇑e.symm) : e.copy f g hf hg = e - RelIso.trans_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} (f₁ : r ≃r s) (f₂ : s ≃r t) (a✝ : α) : (f₁.trans f₂) a✝ = f₂ (f₁ a✝) - RelIso.swap_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a : α) : f.swap a = f a - RelIso.coe_copy 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) (f : α → β) (g : β → α) (hf : f = ⇑e) (hg : g = ⇑e.symm) : ⇑(e.copy f g hf hg) = f - RelIso.emptySumLex_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsEmpty α] (a✝ : α ⊕ β) : (RelIso.emptySumLex r s) a✝ = (Equiv.sumEmpty β α) a✝.swap - RelIso.coe_ofOnFun 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : β → β → Prop) (f : α ≃ β) : ⇑(RelIso.ofOnFun r f) = ⇑f - RelIso.preimage_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (f : α ≃ β) (s : β → β → Prop) (a : α) : (RelIso.preimage f s) a = f a - RelIso.cast_trans 📋 Mathlib.Order.RelIso.Basic
{α β γ : Type u} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} (h₁ : α = β) (h₁' : β = γ) (h₂ : r ≍ s) (h₂' : s ≍ t) : (RelIso.cast h₁ h₂).trans (RelIso.cast h₁' h₂') = RelIso.cast ⋯ ⋯ - RelIso.swap_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a✝ : β) : f.swap.symm a✝ = EquivLike.inv f a✝ - RelIso.coe_fn_mk 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : α ≃ β) (o : ∀ ⦃a b : α⦄, s (f a) (f b) ↔ r a b) : ⇑{ toEquiv := f, map_rel_iff' := o } = ⇑f - RelIso.symm_trans_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} (f : r ≃r s) (g : s ≃r t) (a : γ) : (f.trans g).symm a = f.symm (g.symm a) - RelIso.toEquiv_symm_ofOnFun 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : β → β → Prop) (f : α ≃ β) : ↑(RelIso.ofOnFun r f).symm = f.symm - RelIso.coe_fn_symm_mk 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : α ≃ β) (o : ∀ {a b : α}, s (f a) (f b) ↔ r a b) : ⇑{ toEquiv := f, map_rel_iff' := o }.symm = ⇑f.symm - RelIso.toEquiv_toMap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (f : α ≃ β) : ↑(RelIso.toMap r f) = f - RelIso.preimage_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (f : α ≃ β) (s : β → β → Prop) (a : β) : (RelIso.preimage f s).symm a = f.symm a - RelIso.coe_symm_ofOnFun 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : β → β → Prop) (f : α ≃ β) : ⇑(RelIso.ofOnFun r f).symm = ⇑f.symm - RelIso.coe_toMap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (f : α ≃ β) : ⇑(RelIso.toMap r f) = ⇑f - RelIso.compl_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a : α) : f.compl a = f a - RelIso.relIsoCongr_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ ≃r s₁) : (e₁.relIsoCongr e₂) f₁ = (e₁.symm.trans f₁).trans e₂ - RelIso.relEmbeddingCongr_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ ↪r s₁) : (e₁.relEmbeddingCongr e₂) f₁ = (e₁.symm.toRelEmbedding.trans f₁).trans e₂.toRelEmbedding - RelIso.relIsoCongr_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ ≃r s₂) : (e₁.relIsoCongr e₂).symm f₂ = (e₁.trans f₂).trans e₂.symm - RelIso.relHomCongr_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ →r s₁) : (e₁.relHomCongr e₂) f₁ = e₂.toRelEmbedding.toRelHom.comp (f₁.comp e₁.symm.toRelEmbedding.toRelHom) - RelIso.relEmbeddingCongr_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ ↪r s₂) : (e₁.relEmbeddingCongr e₂).symm f₂ = (e₁.toRelEmbedding.trans f₂).trans e₂.symm.toRelEmbedding - RelIso.compl_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a✝ : β) : f.compl.symm a✝ = EquivLike.inv f a✝ - RelIso.toEquiv_symm_toMap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (f : α ≃ β) : ↑(RelIso.toMap r f).symm = f.symm - RelIso.relHomCongr_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ →r s₂) : (e₁.relHomCongr e₂).symm f₂ = e₂.symm.toRelEmbedding.toRelHom.comp (f₂.comp e₁.toRelEmbedding.toRelHom) - RelIso.swapEquiv_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) : RelIso.swapEquiv f = f.swap - RelIso.coe_symm_toMap 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (f : α ≃ β) : ⇑(RelIso.toMap r f).symm = ⇑f.symm - RelIso.relEmbeddingCongr_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ ↪r s₁) (a✝ : α₂) : ((e₁.relEmbeddingCongr e₂) f₁) a✝ = e₂ (f₁ (e₁.symm a✝)) - RelIso.relHomCongr_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ →r s₁) (x : α₂) : ((e₁.relHomCongr e₂) f₁) x = e₂ (f₁ (e₁.symm x)) - RelIso.relIsoCongr_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₁ : r₁ ≃r s₁) (a✝ : α₂) : ((e₁.relIsoCongr e₂) f₁) a✝ = e₂ (f₁ (e₁.symm a✝)) - RelIso.relEmbeddingCongr_symm_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ ↪r s₂) (a✝ : α₁) : ((e₁.relEmbeddingCongr e₂).symm f₂) a✝ = e₂.symm (f₂ (e₁ a✝)) - RelIso.relHomCongr_symm_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ →r s₂) (x : α₁) : ((e₁.relHomCongr e₂).symm f₂) x = e₂.symm (f₂ (e₁ x)) - RelIso.relIsoCongr_symm_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α₁ : Type u_5} {β₁ : Type u_6} {α₂ : Type u_7} {β₂ : Type u_8} {r₁ : α₁ → α₁ → Prop} {s₁ : β₁ → β₁ → Prop} {r₂ : α₂ → α₂ → Prop} {s₂ : β₂ → β₂ → Prop} (e₁ : r₁ ≃r r₂) (e₂ : s₁ ≃r s₂) (f₂ : r₂ ≃r s₂) (a✝ : α₁) : ((e₁.relIsoCongr e₂).symm f₂) a✝ = e₂.symm (f₂ (e₁ a✝)) - RelIso.swapEquiv_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : Function.swap r ≃r Function.swap s) : RelIso.swapEquiv.symm f = f.swap - RelIso.embeddingSurjectiveEquivIso_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : { f // Function.Surjective ⇑f }) : RelIso.embeddingSurjectiveEquivIso f = RelIso.ofSurjective ↑f ⋯ - RelIso.embeddingSurjectiveEquivIso_symm_apply_coe_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a : α) : ↑(RelIso.embeddingSurjectiveEquivIso.symm f) a = f.toEquiv a - RelIso.complEquiv_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a : α) : (RelIso.complEquiv f) a = f a - RelIso.complEquiv_apply_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : r ≃r s) (a✝ : β) : (RelIso.complEquiv f).symm a✝ = EquivLike.inv f a✝ - RelIso.complEquiv_symm_apply_symm_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : rᶜ ≃r sᶜ) (a✝ : β) : (RelIso.complEquiv.symm f).symm a✝ = EquivLike.inv f a✝ - RelIso.complEquiv_symm_apply_apply 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (f : rᶜ ≃r sᶜ) (a : α) : (RelIso.complEquiv.symm f) a = f a - OrderIso.toRelIsoGT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : (fun x1 x2 => x2 < x1) ≃r fun x1 x2 => x2 < x1 - OrderIso.toRelIsoLT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : (fun x1 x2 => x1 < x2) ≃r fun x1 x2 => x1 < x2 - OrderIso.ofRelIsoLT 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [PartialOrder α] [PartialOrder β] (e : (fun x1 x2 => x1 < x2) ≃r fun x1 x2 => x1 < x2) : α ≃o β - OrderIso.ofUnique_apply 📋 Mathlib.Order.Hom.Basic
(α : Type u_6) (β : Type u_7) [Unique α] [Unique β] [Preorder α] [Preorder β] (a✝ : α) : (OrderIso.ofUnique α β) a✝ = default - OrderIso.toRelIsoLT_ofRelIsoLT 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [PartialOrder α] [PartialOrder β] (e : (fun x1 x2 => x1 < x2) ≃r fun x1 x2 => x1 < x2) : (OrderIso.ofRelIsoLT e).toRelIsoLT = e - ULift.orderIso_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u} [Preorder α] (self : ULift.{v, u} α) : ULift.orderIso.{v, u} self = self.down - OrderIso.toRelIsoGT_symm 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : e.symm.toRelIsoGT = e.toRelIsoGT.symm - OrderIso.toRelIsoLT_symm 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : e.symm.toRelIsoLT = e.toRelIsoLT.symm - OrderIso.coe_toRelIsoGT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : ⇑e.toRelIsoGT = ⇑e - OrderIso.coe_toRelIsoLT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : ⇑e.toRelIsoLT = ⇑e - OrderIso.ofUnique_symm_apply 📋 Mathlib.Order.Hom.Basic
(α : Type u_6) (β : Type u_7) [Unique α] [Unique β] [Preorder α] [Preorder β] (a✝ : β) : (RelIso.symm (OrderIso.ofUnique α β)) a✝ = default - OrderIso.ofRelIsoLT_symm 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [PartialOrder α] [PartialOrder β] (e : (fun x1 x2 => x1 < x2) ≃r fun x1 x2 => x1 < x2) : (OrderIso.ofRelIsoLT e).symm = OrderIso.ofRelIsoLT e.symm - OrderIso.toRelIsoGT_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) (x : α) : e.toRelIsoGT x = e x - OrderIso.toRelIsoLT_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) (x : α) : e.toRelIsoLT x = e x - OrderIso.funUnique_apply 📋 Mathlib.Order.Hom.Basic
(α : Type u_6) (β : Type u_7) [Unique α] [Preorder β] (f : (i : α) → (fun a => β) i) : (OrderIso.funUnique α β) f = f default - ULift.orderIso_symm_apply_down 📋 Mathlib.Order.Hom.Basic
{α : Type u} [Preorder α] (down : α) : ((RelIso.symm ULift.orderIso.{v, u}) down).down = down - StrictMono.orderIsoOfRightInverse_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [LinearOrder α] [Preorder β] (f : α → β) (h_mono : StrictMono f) (g : β → α) (hg : Function.RightInverse g f) : ⇑(StrictMono.orderIsoOfRightInverse f h_mono g hg) = f - OrderIso.ofSurjective_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [LE α] [LE β] (f : α ↪o β) (hf : Function.Surjective ⇑f) (a : α) : (OrderIso.ofSurjective f hf) a = f a - OrderIso.coe_symm_toRelIsoGT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : ⇑e.toRelIsoGT.symm = ⇑e.symm - OrderIso.coe_symm_toRelIsoLT 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : ⇑e.toRelIsoLT.symm = ⇑e.symm - OrderIso.ofHomInv_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (f : α →o β) (g : β →o α) (h₁ : f.comp g = OrderHom.id) (h₂ : g.comp f = OrderHom.id) (a : α) : (OrderIso.ofHomInv f g h₁ h₂) a = f a - OrderIso.ofRelIsoLT_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [PartialOrder α] [PartialOrder β] (e : (fun x1 x2 => x1 < x2) ≃r fun x1 x2 => x1 < x2) (x : α) : (OrderIso.ofRelIsoLT e) x = e x - StrictMono.orderIsoOfRightInverse_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [LinearOrder α] [Preorder β] (f : α → β) (h_mono : StrictMono f) (g : β → α) (hg : Function.RightInverse g f) : ⇑(RelIso.symm (StrictMono.orderIsoOfRightInverse f h_mono g hg)) = g - OrderIso.ofSurjective_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [LE α] [LE β] (f : α ↪o β) (hf : Function.Surjective ⇑f) (b : β) : (RelIso.symm (OrderIso.ofSurjective f hf)) b = Function.surjInv ⋯ b - OrderIso.prodAssoc_apply 📋 Mathlib.Order.Hom.Basic
(α : Type u_6) (β : Type u_7) (γ : Type u_8) [LE α] [LE β] [LE γ] (p : (α × β) × γ) : (OrderIso.prodAssoc α β γ) p = (p.1.1, p.1.2, p.2) - OrderIso.prodAssoc_symm_apply 📋 Mathlib.Order.Hom.Basic
(α : Type u_6) (β : Type u_7) (γ : Type u_8) [LE α] [LE β] [LE γ] (p : α × β × γ) : (RelIso.symm (OrderIso.prodAssoc α β γ)) p = ((p.1, p.2.1), p.2.2) - OrderIso.arrowCongr_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} {γ : Type u_8} {δ : Type u_9} [Preorder α] [Preorder β] [Preorder γ] [Preorder δ] (f : α ≃o γ) (g : β ≃o δ) (p : α →o β) : (f.arrowCongr g) p = (↑g).comp (p.comp ↑f.symm) - OrderHom.piIso_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} [Preorder α] {ι : Type u_6} {π : ι → Type u_7} [(i : ι) → Preorder (π i)] (f : α →o (i : ι) → π i) (i : ι) : OrderHom.piIso f i = (Pi.evalOrderHom i).comp f - OrderIso.arrowCongr_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} {γ : Type u_8} {δ : Type u_9} [Preorder α] [Preorder β] [Preorder γ] [Preorder δ] (f : α ≃o γ) (g : β ≃o δ) (p : γ →o δ) : (RelIso.symm (f.arrowCongr g)) p = (↑g.symm).comp (p.comp ↑f) - OrderHom.prodIso_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} {γ : Type u_4} [Preorder α] [Preorder β] [Preorder γ] (f : α →o β × γ) : OrderHom.prodIso f = (OrderHom.fst.comp f, OrderHom.snd.comp f) - OrderHom.piIso_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} [Preorder α] {ι : Type u_6} {π : ι → Type u_7} [(i : ι) → Preorder (π i)] (f : (i : ι) → α →o π i) : (RelIso.symm OrderHom.piIso) f = OrderHom.pi f - OrderHom.curry_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} {γ : Type u_4} [Preorder α] [Preorder β] [Preorder γ] (f : α →o β →o γ) (x : α × β) : ((RelIso.symm OrderHom.curry) f) x = (f x.1) x.2 - OrderHom.prodIso_symm_apply 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} {γ : Type u_4} [Preorder α] [Preorder β] [Preorder γ] (f : (α →o β) × (α →o γ)) : (RelIso.symm OrderHom.prodIso) f = f.1.prod f.2 - OrderIso.divRight_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulRightMono α] (a b : α) : (OrderIso.divRight a) b = b / a - OrderIso.subRight_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddRightMono α] (a b : α) : (OrderIso.subRight a) b = b - a - OrderIso.addLeft_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddLeftMono α] (a x : α) : (OrderIso.addLeft a) x = a + x - OrderIso.addRight_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddRightMono α] (a x : α) : (OrderIso.addRight a) x = x + a - OrderIso.mulLeft_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulLeftMono α] (a x : α) : (OrderIso.mulLeft a) x = a * x - OrderIso.mulRight_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulRightMono α] (a x : α) : (OrderIso.mulRight a) x = x * a - OrderIso.divRight_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulRightMono α] (a b : α) : (RelIso.symm (OrderIso.divRight a)) b = b * a - OrderIso.subRight_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddRightMono α] (a b : α) : (RelIso.symm (OrderIso.subRight a)) b = b + a - OrderIso.inv_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
(α : Type u) [Group α] [LE α] [MulLeftMono α] [MulRightMono α] (a✝ : α) : (OrderIso.inv α) a✝ = OrderDual.toDual a✝⁻¹ - OrderIso.neg_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
(α : Type u) [AddGroup α] [LE α] [AddLeftMono α] [AddRightMono α] (a✝ : α) : (OrderIso.neg α) a✝ = OrderDual.toDual (-a✝) - OrderIso.divLeft_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulLeftMono α] [MulRightMono α] (a a✝ : α) : (OrderIso.divLeft a) a✝ = OrderDual.toDual (a / a✝) - OrderIso.subLeft_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddLeftMono α] [AddRightMono α] (a a✝ : α) : (OrderIso.subLeft a) a✝ = OrderDual.toDual (a - a✝) - OrderIso.inv_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
(α : Type u) [Group α] [LE α] [MulLeftMono α] [MulRightMono α] (a✝ : αᵒᵈ) : (RelIso.symm (OrderIso.inv α)) a✝ = (OrderDual.ofDual a✝)⁻¹ - OrderIso.neg_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
(α : Type u) [AddGroup α] [LE α] [AddLeftMono α] [AddRightMono α] (a✝ : αᵒᵈ) : (RelIso.symm (OrderIso.neg α)) a✝ = -OrderDual.ofDual a✝ - OrderIso.divLeft_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [Group α] [LE α] [MulLeftMono α] [MulRightMono α] (a : α) (a✝ : αᵒᵈ) : (RelIso.symm (OrderIso.divLeft a)) a✝ = (OrderDual.ofDual a✝)⁻¹ * a - OrderIso.subLeft_symm_apply 📋 Mathlib.Algebra.Order.Group.OrderIso
{α : Type u} [AddGroup α] [LE α] [AddLeftMono α] [AddRightMono α] (a : α) (a✝ : αᵒᵈ) : (RelIso.symm (OrderIso.subLeft a)) a✝ = -OrderDual.ofDual a✝ + a - WithZero.val_expOrderIso_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : G) : ↑(WithZero.expOrderIso a✝) = ↑(Multiplicative.ofAdd a✝) - WithZero.logOrderIso_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : (WithZero (Multiplicative G))ˣ) : WithZero.logOrderIso a✝ = Multiplicative.toAdd (WithZero.unzero ⋯) - WithZero.val_inv_expOrderIso_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : G) : ↑(WithZero.expOrderIso a✝)⁻¹ = (↑(Multiplicative.ofAdd a✝))⁻¹ - WithZero.val_logOrderIso_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : G) : ↑((RelIso.symm WithZero.logOrderIso) a✝) = ↑(Multiplicative.ofAdd a✝) - WithZero.expOrderIso_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : (WithZero (Multiplicative G))ˣ) : (RelIso.symm WithZero.expOrderIso) a✝ = Multiplicative.toAdd (WithZero.unzero ⋯) - WithZero.val_inv_logOrderIso_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{G : Type u_3} [Preorder G] [AddGroup G] (a✝ : G) : ↑((RelIso.symm WithZero.logOrderIso) a✝)⁻¹ = (↑(Multiplicative.ofAdd a✝))⁻¹ - OrderIso.divRight₀_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [MulPosReflectLT G₀] (a : G₀) (ha : 0 < a) (x✝ : G₀) : (OrderIso.divRight₀ a ha) x✝ = x✝ / a - OrderIso.mulLeft₀_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [PosMulReflectLT G₀] (a : G₀) (ha : 0 < a) (x : G₀) : (OrderIso.mulLeft₀ a ha) x = a * x - OrderIso.mulRight₀_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [MulPosReflectLT G₀] (a : G₀) (ha : 0 < a) (x : G₀) : (OrderIso.mulRight₀ a ha) x = x * a - OrderIso.divRight₀_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [MulPosReflectLT G₀] (a : G₀) (ha : 0 < a) (x✝ : G₀) : (RelIso.symm (OrderIso.divRight₀ a ha)) x✝ = x✝ * a - OrderIso.mulLeft₀_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [PosMulReflectLT G₀] (a : G₀) (ha : 0 < a) (x : G₀) : (RelIso.symm (OrderIso.mulLeft₀ a ha)) x = a⁻¹ * x - OrderIso.mulRight₀_symm_apply 📋 Mathlib.Algebra.Order.GroupWithZero.OrderIso
{G₀ : Type u_1} [GroupWithZero G₀] [PartialOrder G₀] [MulPosReflectLT G₀] (a : G₀) (ha : 0 < a) (x : G₀) : (RelIso.symm (OrderIso.mulRight₀ a ha)) x = x * a⁻¹ - OrderIso.compl_apply 📋 Mathlib.Order.Hom.Set
(α : Type u_1) [BooleanAlgebra α] (a✝ : α) : (OrderIso.compl α) a✝ = (OrderDual.toDual a✝)ᶜ - Set.sumEquiv_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} {β : Type u_2} (s : Set (α ⊕ β)) : Set.sumEquiv s = (Sum.inl ⁻¹' s, Sum.inr ⁻¹' s) - StrictMono.orderIso_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} {β : Type u_2} [LinearOrder α] [Preorder β] (f : α → β) (h_mono : StrictMono f) (a : α) : (StrictMono.orderIso f h_mono) a = ⟨f a, ⋯⟩ - OrderIso.compl_symm_apply 📋 Mathlib.Order.Hom.Set
(α : Type u_1) [BooleanAlgebra α] (a✝ : αᵒᵈ) : (RelIso.symm (OrderIso.compl α)) a✝ = (OrderDual.ofDual a✝)ᶜ - OrderIso.setCongr_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (a : { a // (fun x => x ∈ s) a }) : (s.orderIsoOfEq t h) a = ⟨↑a, ⋯⟩ - Set.orderIsoOfEq_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (a : { a // (fun x => x ∈ s) a }) : (s.orderIsoOfEq t h) a = ⟨↑a, ⋯⟩ - OrderIso.Set.congr_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (a : { a // (fun x => x ∈ s) a }) : (s.orderIsoOfEq t h) a = ⟨↑a, ⋯⟩ - OrderIso.setCongr_symm_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (b : { b // (fun x => x ∈ t) b }) : (RelIso.symm (s.orderIsoOfEq t h)) b = ⟨↑b, ⋯⟩ - Set.orderIsoOfEq_symm_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (b : { b // (fun x => x ∈ t) b }) : (RelIso.symm (s.orderIsoOfEq t h)) b = ⟨↑b, ⋯⟩ - OrderIso.Set.congr_symm_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} [Preorder α] (s t : Set α) (h : s = t) (b : { b // (fun x => x ∈ t) b }) : (RelIso.symm (s.orderIsoOfEq t h)) b = ⟨↑b, ⋯⟩ - OrderEmbedding.orderIso_apply 📋 Mathlib.Order.Hom.Set
{α : Type u_1} {β : Type u_2} [LE α] [LE β] {f : α ↪o β} (a : α) : OrderEmbedding.orderIso a = ⟨f a, ⋯⟩ - IsChain.preimage_relIso 📋 Mathlib.Order.Preorder.Chain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r' : β → β → Prop} {t : Set β} (hs : IsChain r' t) (φ : r ≃r r') : IsChain r (⇑φ ⁻¹' t) - IsMaxChain.image 📋 Mathlib.Order.Preorder.Chain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {c : Set α} (hc : IsMaxChain r c) : IsMaxChain s (⇑e '' c) - IsChain.image_relIso_iff 📋 Mathlib.Order.Preorder.Chain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r' : β → β → Prop} {s : Set α} {φ : r ≃r r'} : IsChain r' (⇑φ '' s) ↔ IsChain r s - IsAntichain.image_relIso 📋 Mathlib.Order.Antichain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r' : β → β → Prop} {s : Set α} (hs : IsAntichain r s) (φ : r ≃r r') : IsAntichain r' (⇑φ '' s) - IsAntichain.preimage_relIso 📋 Mathlib.Order.Antichain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r' : β → β → Prop} {t : Set β} (hs : IsAntichain r' t) (φ : r ≃r r') : IsAntichain r (⇑φ ⁻¹' t) - IsMaxAntichain.image 📋 Mathlib.Order.Antichain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} (e : r ≃r s) {c : Set α} (hc : IsMaxAntichain r c) : IsMaxAntichain s (⇑e '' c) - IsAntichain.image_relIso_iff 📋 Mathlib.Order.Antichain
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r' : β → β → Prop} {s : Set α} {φ : r ≃r r'} : IsAntichain r' (⇑φ '' s) ↔ IsAntichain r s - OrderIso.pnatIsoNat_apply 📋 Mathlib.Data.PNat.Basic
: ⇑OrderIso.pnatIsoNat = PNat.natPred - Fin.castOrderIso_apply 📋 Mathlib.Order.Fin.Basic
{m n : ℕ} (eq : n = m) (i : Fin n) : (Fin.castOrderIso eq) i = Fin.cast eq i - Fin.castOrderIso_symm_apply 📋 Mathlib.Order.Fin.Basic
{m n : ℕ} (eq : n = m) (i : Fin m) : (RelIso.symm (Fin.castOrderIso eq)) i = Fin.cast ⋯ i
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. 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 ?aIf 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 ?bBy 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_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
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. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c