structure
RenamingSets.Hom
(𝔸 : Type u_5)
(X : Type u_6)
(Y : Type u_7)
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
:
Type (max u_6 u_7)
Morphisms in the category of nominal renaming sets.
- toFun : X → Y
The underlying function.
- isSupportedF' : IsSupportedF 𝔸 self.toFun
The function has a finite support. Do not use this directly except when elements of the
Homtype. PreferisSupportedFinstead.
Instances For
instance
RenamingSets.Hom.instFunLike
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
:
Equations
- RenamingSets.Hom.instFunLike = { coe := RenamingSets.Hom.toFun, coe_injective' := ⋯ }
def
RenamingSets.Hom.Simps.coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
(f : Hom 𝔸 X Y)
:
X → Y
A simps projection for function application.
Equations
Instances For
@[simp]
theorem
RenamingSets.Hom.isSupportedF
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
(f : Hom 𝔸 X Y)
:
IsSupportedF 𝔸 ⇑f
@[simp]
theorem
RenamingSets.Hom.coe_mk
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
(f : X → Y)
(hf : IsSupportedF 𝔸 f)
:
@[simp]
theorem
RenamingSets.Hom.mk_coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
(f : Hom 𝔸 X Y)
:
theorem
RenamingSets.Hom.ext
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
{f g : Hom 𝔸 X Y}
(h : ⇑f = ⇑g)
:
theorem
RenamingSets.Hom.ext_iff
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
{f g : Hom 𝔸 X Y}
:
theorem
RenamingSets.Hom.ext'
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[DecidableEq 𝔸]
[RenamingSet 𝔸 X]
{f g : Hom 𝔸 X Y}
(A : Finset 𝔸)
(hA : ∀ (x : X), supp 𝔸 x ∩ A = ∅ → f x = g x)
:
noncomputable instance
RenamingSets.Hom.instRenameAction
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
:
RenameAction 𝔸 (Hom 𝔸 X Y)
Equations
- One or more equations did not get rendered due to their size.
theorem
RenamingSets.Hom.rename_coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(σ : Ren 𝔸)
(f : Hom 𝔸 X Y)
(a✝ : X)
:
theorem
RenamingSets.Hom.isSupportOf_iff_coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(A : Finset 𝔸)
(f : Hom 𝔸 X Y)
:
instance
RenamingSets.Hom.instRenamingSet
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
:
RenamingSet 𝔸 (Hom 𝔸 X Y)
@[simp]
theorem
RenamingSets.Hom.rename_apply
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(σ : Ren 𝔸)
(f : Hom 𝔸 X Y)
(x : X)
:
@[simp]
theorem
RenamingSets.Hom.isSupportOfF_supp
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(f : Hom 𝔸 X Y)
:
IsSupportOfF (supp 𝔸 f) ⇑f
theorem
RenamingSets.Hom.supp_min
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
{A : Finset 𝔸}
{f : Hom 𝔸 X Y}
(hf : IsSupportOfF A ⇑f)
:
@[simp]
theorem
RenamingSets.Hom.isSupportOf_iff_isSupportOfF
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(A : Finset 𝔸)
(f : Hom 𝔸 X Y)
:
theorem
RenamingSets.Hom.supp_subset
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
[DecidableEq 𝔸]
(f : Hom 𝔸 X Y)
(x : X)
:
@[simp]
theorem
RenamingSets.Hom.equivariant_apply
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
:
Equivariant 𝔸 fun (x : Hom 𝔸 X Y × X) => x.1 x.2
@[simp]
theorem
RenamingSets.Hom.isSupportedF_apply
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
:
IsSupportedF 𝔸 fun (x : Hom 𝔸 X Y × X) => x.1 x.2
@[simp]
theorem
RenamingSets.Hom.equivariant_apply'
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
{Z : Type u_4}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[RenameAction 𝔸 Z]
[Infinite 𝔸]
[RenamingSet 𝔸 Y]
[RenamingSet 𝔸 Z]
{f : X → Hom 𝔸 Y Z}
(hf : Equivariant 𝔸 f)
{g : X → Y}
(hg : Equivariant 𝔸 g)
:
Equivariant 𝔸 fun (x : X) => (f x) (g x)
@[simp]
theorem
RenamingSets.Hom.isSupportedF_apply'
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
{Z : Type u_4}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[RenameAction 𝔸 Z]
[Infinite 𝔸]
[RenamingSet 𝔸 Y]
[RenamingSet 𝔸 Z]
{f : X → Hom 𝔸 Y Z}
(hf : IsSupportedF 𝔸 f)
{g : X → Y}
(hg : IsSupportedF 𝔸 g)
:
IsSupportedF 𝔸 fun (x : X) => (f x) (g x)
theorem
RenamingSets.Hom.isSupportedF_mk
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
{Z : Type u_4}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[RenameAction 𝔸 Z]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
[RenamingSet 𝔸 Z]
(f : X → Y → Z)
(hf :
IsSupportedF 𝔸 fun (x : X × Y) =>
match x with
| (x, y) => f x y)
:
IsSupportedF 𝔸 fun (x : X) => { toFun := f x, isSupportedF' := ⋯ }
def
RenamingSets.Hom.curry
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
{Z : Type u_4}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[RenameAction 𝔸 Z]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
[RenamingSet 𝔸 Z]
(f : Hom 𝔸 (X × Y) Z)
:
Currying for morphisms.
Equations
Instances For
@[simp]
theorem
RenamingSets.Hom.curry_coe_coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
{Z : Type u_4}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[RenameAction 𝔸 Z]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
[RenamingSet 𝔸 Z]
(f : Hom 𝔸 (X × Y) Z)
(x : X)
(y : Y)
:
def
RenamingSets.Hom.eval
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
:
The evaluation morphism.
Equations
- RenamingSets.Hom.eval = { toFun := fun (x : RenamingSets.Hom 𝔸 X Y × X) => x.1 x.2, isSupportedF' := ⋯ }
Instances For
@[simp]
theorem
RenamingSets.Hom.eval_coe
{𝔸 : Type u_1}
{X : Type u_2}
{Y : Type u_3}
[RenameAction 𝔸 X]
[RenameAction 𝔸 Y]
[Infinite 𝔸]
[RenamingSet 𝔸 X]
[RenamingSet 𝔸 Y]
(x : Hom 𝔸 X Y × X)
: