Back to NPA

Declaration

RingCrtCombine

Mathlib.Algebra.Ring.ChineseRemainder

Packages

2

Module

63

Theorems

750

Declarations

1016

Untrusted sidecar

Source text and display overlays are presentation metadata. The signed certificate and checker result are the trusted evidence.

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)