Documentation

Mathlib.Data.Finsupp.Quotient

Lifts a Finsupp from an underlying type to a Finsupp on a quotient #

noncomputable def Quot.liftFinsupp {α : Type u_1} {β : Type u_2} {r : ααProp} [Zero β] (f : α →₀ β) (h : ∀ (a b : α), r a bf a = f b) :

Lift a function α →₀ β to Quot r →₀ β.

Equations
Instances For
    @[simp]
    theorem Quot.liftFinsupp_mk {α : Type u_1} {β : Type u_2} {r : ααProp} [Zero β] (f : α →₀ β) (h : ∀ (a b : α), r a bf a = f b) (a : α) :
    (Quot.liftFinsupp f h) (mk r a) = f a
    noncomputable def Quotient.liftFinsupp {α : Type u_1} {β : Type u_2} {s : Setoid α} [Zero β] (f : α →₀ β) (h : ∀ (a b : α), s a bf a = f b) :

    Lift a function α →₀ β to Quot r →₀ β.

    Equations
    Instances For
      @[simp]
      theorem Quotient.liftFinsupp_mk {α : Type u_1} {β : Type u_2} {s : Setoid α} [Zero β] (f : α →₀ β) (h : ∀ (a b : α), s a bf a = f b) (a : α) :