Mathlib Map

Theorems · Definition · commutative algebra

Algebra.Presentation.reindex

{R : Type u} →
  {S : Type v} →
    {ι : Type w} →
      {σ : Type t} →
        [inst : CommRing R] →
          [inst_1 : CommRing S] →
            [inst_2 : Algebra R S] →
              Algebra.Presentation R S ι σ →
                {ι' : Type u_1} → {σ' : Type u_2} → ι' ≃ ι → σ' ≃ σ → Algebra.Presentation R S ι' σ'

Given a presentation P and equivalences ι' ≃ ι and σ' ≃ σ, this is the induced presentation with variables indexed by ι' and relations indexed by σ'

Defined in
Mathlib.RingTheory.Extension.Presentation.Basic
Cited by
3 results in Mathlib
Foundations
Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.