HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17411

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-10419)
  Hilbert Space Explorer  Hilbert Space Explorer
(10420-12013)
  Users' Mathboxes  Users' Mathboxes
(12014-17411)
 

Statement List for Metamath Proof Explorer - 401-500 - Page 5 of 175
TypeLabelDescription
Statement
 
Theoremimp5d 401 An importation inference. (Contributed by Jeff Hankins, 7-Jul-2009.)
|- (ph -> (ps -> (ch -> (th -> (ta -> et)))))   =>   |- (((ph /\ ps) /\ ch) -> ((th /\ ta) -> et))
 
Theoremex 402 Exportation inference. (This theorem used to be labeled "exp" but was changed to "ex" so as not to conflict with the math token "exp", per the June 2006 Metamath spec change.) (The proof was shortened by Eric Schmidt, 22-Dec-2006.)
|- ((ph /\ ps) -> ch)   =>   |- (ph -> (ps -> ch))
 
Theoremexpcom 403 Exportation inference with commuted antecedents.
|- ((ph /\ ps) -> ch)   =>   |- (ps -> (ph -> ch))
 
Theoremexpimpd 404 Exportation followed by a deduction version of importation.
|- ((ph /\ ps) -> (ch -> th))   =>   |- (ph -> ((ps /\ ch) -> th))
 
Theoremexp3a 405 Exportation deduction.
|- (ph -> ((ps /\ ch) -> th))   =>   |- (ph -> (ps -> (ch -> th)))
 
Theoremexpdimp 406 A deduction version of exportation, followed by importation.
|- (ph -> ((ps /\ ch) -> th))   =>   |- ((ph /\ ps) -> (ch -> th))
 
Theoremexp31 407 An exportation inference.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (ph -> (ps -> (ch -> th)))
 
Theoremexp32 408 An exportation inference.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- (ph -> (ps -> (ch -> th)))
 
Theoremexp4a 409 An exportation inference.
|- (ph -> (ps -> ((ch /\ th) -> ta)))   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp4b 410 An exportation inference.
|- ((ph /\ ps) -> ((ch /\ th) -> ta))   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp4c 411 An exportation inference.
|- (ph -> (((ps /\ ch) /\ th) -> ta))   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp4d 412 An exportation inference.
|- (ph -> ((ps /\ (ch /\ th)) -> ta))   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp41 413 An exportation inference.
|- ((((ph /\ ps) /\ ch) /\ th) -> ta)   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp42 414 An exportation inference.
|- (((ph /\ (ps /\ ch)) /\ th) -> ta)   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp43 415 An exportation inference.
|- (((ph /\ ps) /\ (ch /\ th)) -> ta)   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp44 416 An exportation inference.
|- ((ph /\ ((ps /\ ch) /\ th)) -> ta)   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexp45 417 An exportation inference.
|- ((ph /\ (ps /\ (ch /\ th))) -> ta)   =>   |- (ph -> (ps -> (ch -> (th -> ta))))
 
Theoremexpr 418 Export a wff from a right conjunct. (Contributed by Jeff Hankins, 30-Aug-2009.)
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ ps) -> (ch -> th))
 
Theoremexp53 419 An exportation inference. (Contributed by Jeff Hankins, 30-Aug-2009.)
|- ((((ph /\ ps) /\ (ch /\ th)) /\ ta) -> et)   =>   |- (ph -> (ps -> (ch -> (th -> (ta -> et)))))
 
Theoremexpl 420 Export a wff from a left conjunct. (Contributed by Jeff Hankins, 28-Aug-2009.)
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (ph -> ((ps /\ ch) -> th))
 
Theoremexbiri 421 Inference form of exbir 1285. This proof is exbiriVD 16678 automatically translated and minimized. (Contributed by Alan Sare, 31-Dec-2011.)
|- ((ph /\ ps) -> (ch <-> th))   =>   |- (ph -> (ps -> (th -> ch)))
 
Theoremimpr 422 Import a wff into a right conjunct. (Contributed by Jeff Hankins, 30-Aug-2009.)
|- ((ph /\ ps) -> (ch -> th))   =>   |- ((ph /\ (ps /\ ch)) -> th)
 
Theoremimpac 423 Importation with conjunction in consequent.
|- (ph -> (ps -> ch))   =>   |- ((ph /\ ps) -> (ch /\ ps))
 
Theoremadantl 424 Inference adding a conjunct to the left of an antecedent.
|- (ph -> ps)   =>   |- ((ch /\ ph) -> ps)
 
Theoremadantr 425 Inference adding a conjunct to the right of an antecedent.
|- (ph -> ps)   =>   |- ((ph /\ ch) -> ps)
 
Theoremadantld 426 Deduction adding a conjunct to the left of an antecedent.
|- (ph -> (ps -> ch))   =>   |- (ph -> ((th /\ ps) -> ch))
 
Theoremadantrd 427 Deduction adding a conjunct to the right of an antecedent.
|- (ph -> (ps -> ch))   =>   |- (ph -> ((ps /\ th) -> ch))
 
Theoremadantll 428 Deduction adding a conjunct to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((th /\ ph) /\ ps) -> ch)
 
Theoremadantlr 429 Deduction adding a conjunct to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((ph /\ th) /\ ps) -> ch)
 
Theoremadantrl 430 Deduction adding a conjunct to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- ((ph /\ (th /\ ps)) -> ch)
 
Theoremadantrr 431 Deduction adding a conjunct to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- ((ph /\ (ps /\ th)) -> ch)
 
Theoremadantlll 432 Deduction adding a conjunct to antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- ((((ta /\ ph) /\ ps) /\ ch) -> th)
 
Theoremadantllr 433 Deduction adding a conjunct to antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- ((((ph /\ ta) /\ ps) /\ ch) -> th)
 
Theoremadantlrl 434 Deduction adding a conjunct to antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (((ph /\ (ta /\ ps)) /\ ch) -> th)
 
Theoremadantlrr 435 Deduction adding a conjunct to antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (((ph /\ (ps /\ ta)) /\ ch) -> th)
 
Theoremadantrll 436 Deduction adding a conjunct to antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ ((ta /\ ps) /\ ch)) -> th)
 
Theoremadantrlr 437 Deduction adding a conjunct to antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ ((ps /\ ta) /\ ch)) -> th)
 
Theoremadantrrl 438 Deduction adding a conjunct to antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ (ps /\ (ta /\ ch))) -> th)
 
Theoremadantrrr 439 Deduction adding a conjunct to antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ (ps /\ (ch /\ ta))) -> th)
 
Theoremad2antrr 440 Deduction adding conjuncts to antecedent.
|- (ph -> ps)   =>   |- (((ph /\ ch) /\ th) -> ps)
 
Theoremad2antlr 441 Deduction adding conjuncts to antecedent.
|- (ph -> ps)   =>   |- (((ch /\ ph) /\ th) -> ps)
 
Theoremad2antrl 442 Deduction adding conjuncts to antecedent.
|- (ph -> ps)   =>   |- ((ch /\ (ph /\ th)) -> ps)
 
Theoremad2antll 443 Deduction adding conjuncts to antecedent.
|- (ph -> ps)   =>   |- ((ch /\ (th /\ ph)) -> ps)
 
Theoremad2ant2l 444 Deduction adding two conjuncts to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((th /\ ph) /\ (ta /\ ps)) -> ch)
 
Theoremad2ant2r 445 Deduction adding two conjuncts to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((ph /\ th) /\ (ps /\ ta)) -> ch)
 
Theoremad2ant2lr 446 Deduction adding two conjuncts to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((th /\ ph) /\ (ps /\ ta)) -> ch)
 
Theoremad2ant2rl 447 Deduction adding two conjuncts to antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((ph /\ th) /\ (ta /\ ps)) -> ch)
 
Theoremsimpll 448 Simplification of a conjunction.
|- (((ph /\ ps) /\ ch) -> ph)
 
Theoremsimplr 449 Simplification of a conjunction.
|- (((ph /\ ps) /\ ch) -> ps)
 
Theoremsimprl 450 Simplification of a conjunction.
|- ((ph /\ (ps /\ ch)) -> ps)
 
Theoremsimprr 451 Simplification of a conjunction.
|- ((ph /\ (ps /\ ch)) -> ch)
 
Theoremsimplll 452 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((((ph /\ ps) /\ ch) /\ th) -> ph)
 
Theoremsimpllr 453 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((((ph /\ ps) /\ ch) /\ th) -> ps)
 
Theoremsimplrl 454 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- (((ph /\ (ps /\ ch)) /\ th) -> ps)
 
Theoremsimplrr 455 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- (((ph /\ (ps /\ ch)) /\ th) -> ch)
 
Theoremsimprll 456 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((ph /\ ((ps /\ ch) /\ th)) -> ps)
 
Theoremsimprlr 457 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((ph /\ ((ps /\ ch) /\ th)) -> ch)
 
Theoremsimprrl 458 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((ph /\ (ps /\ (ch /\ th))) -> ch)
 
Theoremsimprrr 459 Simplification of a conjunction. (Contributed by Jeff Hankins, 28-Jul-2009.)
|- ((ph /\ (ps /\ (ch /\ th))) -> th)
 
Theorembiimpa 460 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ph /\ ps) -> ch)
 
Theorembiimpar 461 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ph /\ ch) -> ps)
 
Theorembiimpac 462 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ps /\ ph) -> ch)
 
Theorembiimparc 463 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ch /\ ph) -> ps)
 
Theoremsimprbda 464 Deduction eliminating a conjunct.
|- (ph -> (ps <-> (ch /\ th)))   =>   |- ((ph /\ ps) -> ch)
 
Theoremsimplbda 465 Deduction eliminating a conjunct.
|- (ph -> (ps <-> (ch /\ th)))   =>   |- ((ph /\ ps) -> th)
 
Theoremsimplbi2 466 Deduction eliminating a conjunct. Automatically derived from simplbi2VD 16670. (Contributed by Alan Sare, 31-Dec-2011.)
|- (ph <-> (ps /\ ch))   =>   |- (ps -> (ch -> ph))
 
Theoremjaob 467 Disjunction of antecedents. Compare Theorem *4.77 of [WhiteheadRussell] p. 121.
|- (((ph \/ ch) -> ps) <-> ((ph -> ps) /\ (ch -> ps)))
 
Theorempm4.77 468 Theorem *4.77 of [WhiteheadRussell] p. 121.
|- (((ps -> ph) /\ (ch -> ph)) <-> ((ps \/ ch) -> ph))
 
Theoremjaod 469 Deduction disjoining the antecedents of two implications.
|- (ph -> (ps -> ch))   &   |- (ph -> (th -> ch))   =>   |- (ph -> ((ps \/ th) -> ch))
 
Theoremjaoian 470 Inference disjoining the antecedents of two implications.
|- ((ph /\ ps) -> ch)   &   |- ((th /\ ps) -> ch)   =>   |- (((ph \/ th) /\ ps) -> ch)
 
Theoremjaodan 471 Deduction disjoining the antecedents of two implications.
|- ((ph /\ ps) -> ch)   &   |- ((ph /\ th) -> ch)   =>   |- ((ph /\ (ps \/ th)) -> ch)
 
Theoremjaao 472 Inference conjoining and disjoining the antecedents of two implications.
|- (ph -> (ps -> ch))   &   |- (th -> (ta -> ch))   =>   |- ((ph /\ th) -> ((ps \/ ta) -> ch))
 
Theoremjaoa 473 Inference disjoining and conjoining the antecedents of two implications. (Contributed by Stefan Allan, 1-Nov-2008.)
|- (ph -> (ps -> ch))   &   |- (th -> (ta -> ch))   =>   |- ((ph \/ th) -> ((ps /\ ta) -> ch))
 
Theorempm2.63 474 Theorem *2.63 of [WhiteheadRussell] p. 107.
|- ((ph \/ ps) -> ((-. ph \/ ps) -> ps))
 
Theorempm2.64 475 Theorem *2.64 of [WhiteheadRussell] p. 107.
|- ((ph \/ ps) -> ((ph \/ -. ps) -> ph))
 
Theorempm3.44 476 Theorem *3.44 of [WhiteheadRussell] p. 113.
|- (((ps -> ph) /\ (ch -> ph)) -> ((ps \/ ch) -> ph))
 
Theorempm4.43 477 Theorem *4.43 of [WhiteheadRussell] p. 119.
|- (ph <-> ((ph \/ ps) /\ (ph \/ -. ps)))
 
Theoremanidm 478 Idempotent law for conjunction.
|- ((ph /\ ph) <-> ph)
 
Theorempm4.24 479 Theorem *4.24 of [WhiteheadRussell] p. 117.
|- (ph <-> (ph /\ ph))
 
Theoremanidms 480 Inference from idempotent law for conjunction.
|- ((ph /\ ph) -> ps)   =>   |- (ph -> ps)
 
Theoremanidmdbi 481 Conjunction idempotence with antecedent. (Contributed by Roy F. Longton, 8-Aug-2005.)
|- ((ph -> (ps /\ ps)) <-> (ph -> ps))
 
Theoremancom 482 Commutative law for conjunction. Theorem *4.3 of [WhiteheadRussell] p. 118.
|- ((ph /\ ps) <-> (ps /\ ph))
 
Theoremancomd 483 Commutation of conjuncts in consequent. (Contributed by Jeff Hankins, 14-Aug-2009.)
|- (ph -> (ps /\ ch))   =>   |- (ph -> (ch /\ ps))
 
Theoremancoms 484 Inference commuting conjunction in antecedent. Notational convention: We sometimes suffix with "s" the label of an inference that manipulates an antecedent, leaving the consequent unchanged. The "s" means that the inference eliminates the need for a syllogism (syl 12) -type inference in a proof.
|- ((ph /\ ps) -> ch)   =>   |- ((ps /\ ph) -> ch)
 
Theoremancomsd 485 Deduction commuting conjunction in antecedent.
|- (ph -> ((ps /\ ch) -> th))   =>   |- (ph -> ((ch /\ ps) -> th))
 
Theorempm3.22 486 Theorem *3.22 of [WhiteheadRussell] p. 111.
|- ((ph /\ ps) -> (ps /\ ph))
 
Theoremanass 487 Associative law for conjunction. Theorem *4.32 of [WhiteheadRussell] p. 118.
|- (((ph /\ ps) /\ ch) <-> (ph /\ (ps /\ ch)))
 
Theoremanasss 488 Associative law for conjunction applied to antecedent (eliminates syllogism).
|- (((ph /\ ps) /\ ch) -> th)   =>   |- ((ph /\ (ps /\ ch)) -> th)
 
Theoremanassrs 489 Associative law for conjunction applied to antecedent (eliminates syllogism).
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- (((ph /\ ps) /\ ch) -> th)
 
Theoremimdistan 490 Distribution of implication with conjunction.
|- ((ph -> (ps -> ch)) <-> ((ph /\ ps) -> (ph /\ ch)))
 
Theoremimdistani 491 Distribution of implication with conjunction.
|- (ph -> (ps -> ch))   =>   |- ((ph /\ ps) -> (ph /\ ch))
 
Theoremimdistanri 492 Distribution of implication with conjunction.
|- (ph -> (ps -> ch))   =>   |- ((ps /\ ph) -> (ch /\ ph))
 
Theoremimdistand 493 Distribution of implication with conjunction (deduction rule).
|- (ph -> (ps -> (ch -> th)))   =>   |- (ph -> ((ps /\ ch) -> (ps /\ th)))
 
Theorempm5.3 494 Theorem *5.3 of [WhiteheadRussell] p. 125. (The proof was shortened by Andrew Salmon, 7-May-2011.)
|- (((ph /\ ps) -> ch) <-> ((ph /\ ps) -> (ph /\ ch)))
 
Theorempm5.3OLD 495 Theorem *5.3 of [WhiteheadRussell] p. 125.
|- (((ph /\ ps) -> ch) <-> ((ph /\ ps) -> (ph /\ ch)))
 
Theorempm5.61 496 Theorem *5.61 of [WhiteheadRussell] p. 125.
|- (((ph \/ ps) /\ -. ps) <-> (ph /\ -. ps))
 
Theoremsylan 497 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th -> ph)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylanb 498 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th <-> ph)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylanbr 499 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (ph <-> th)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylan2 500 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th -> ps)   =>   |- ((ph /\ th) -> ch)

MPE Home   Contents Copyright terms: Public domain < Previous  Next >