NPAへ戻る

Declaration

RingCrtCombine

Mathlib.Algebra.Ring.ChineseRemainder

Packages

2

Module

63

Theorem

750

Declarations

1016

信頼境界外の sidecar

Source text や表示 overlay は提示用メタデータです。信頼する証拠は署名済み証明書と checker の結果です。

Statement

forall (R : Sort u), forall (add : forall (a : R), forall (b : R), R), forall (mul : forall (a : R), forall (b : R), R), forall (eI : R), forall (eJ : R), forall (a : R), forall (b : R), R

Proof term

def RingCrtCombine.{u} :
  forall (R : Sort u), forall (add : forall (a : R), forall (b : R), R), forall (mul : forall (a : R), forall (b : R), R), forall (eI : R), forall (eJ : R), forall (a : R), forall (b : R), R :=
  fun R => fun add => fun mul => fun eI => fun eJ => fun a => fun b => add (mul eI a) (mul eJ b)