NPAへ戻る

Declaration

RingCrtPairMap

Mathlib.Algebra.Ring.ChineseRemainder

Packages

2

Module

63

Theorem

750

Declarations

1016

信頼境界外の sidecar

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

Statement

forall (R : Sort u), forall (RI : Sort v), forall (RJ : Sort w), forall (P : Sort p), forall (pair : forall (x : RI), forall (y : RJ), P), forall (modI : forall (x : R), RI), forall (modJ : forall (x : R), RJ), forall (x : R), P

Proof term

def RingCrtPairMap.{p,u,v,w} :
  forall (R : Sort u), forall (RI : Sort v), forall (RJ : Sort w), forall (P : Sort p), forall (pair : forall (x : RI), forall (y : RJ), P), forall (modI : forall (x : R), RI), forall (modJ : forall (x : R), RJ), forall (x : R), P :=
  fun R => fun RI => fun RJ => fun P => fun pair => fun modI => fun modJ => fun x => pair (modI x) (modJ x)