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

Jump to page: 1 1-100 2 101-200 3 201-300301-400 5 401-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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 301-400 - Page 4 of 58
TypeLabelDescription
Statement
 
Theoremexp43 301 An exportation inference.
|- (((ph /\ ps) /\ (ch /\ th)) -> ta )   =>   |- (ph -> (ps -> (ch -> (th -> ta ))))
 
Theoremexp44 302 An exportation inference.
|- ((ph /\ ((ps /\ ch) /\ th)) -> ta )   =>   |- (ph -> (ps -> (ch -> (th -> ta ))))
 
Theoremexp45 303 An exportation inference.
|- ((ph /\ (ps /\ (ch /\ th))) -> ta )   =>   |- (ph -> (ps -> (ch -> (th -> ta ))))
 
Theoremimpac 304 Importation with conjunction in consequent.
|- (ph -> (ps -> ch))   =>   |- ((ph /\ ps) -> (ch /\ ps))
 
Theoremadantl 305 Inference adding a conjunct to the left of an antecedent.
|- (ph -> ps)   =>   |- ((ch /\ ph) -> ps)
 
Theoremadantr 306 Inference adding a conjunct to the right of an antecedent.
|- (ph -> ps)   =>   |- ((ph /\ ch) -> ps)
 
Theoremadantld 307 Deduction adding a conjunct to the left of an antecedent.
|- (ph -> (ps -> ch))   =>   |- (ph -> ((th /\ ps) -> ch))
 
Theoremadantrd 308 Deduction adding a conjunct to the right of an antecedent.
|- (ph -> (ps -> ch))   =>   |- (ph -> ((ps /\ th) -> ch))
 
Theoremadantll 309 Deduction adding a conjunct to an antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((th /\ ph) /\ ps) -> ch)
 
Theoremadantlr 310 Deduction adding a conjunct to an antecedent.
|- ((ph /\ ps) -> ch)   =>   |- (((ph /\ th) /\ ps) -> ch)
 
Theoremadantrl 311 Deduction adding a conjunct to an antecedent.
|- ((ph /\ ps) -> ch)   =>   |- ((ph /\ (th /\ ps)) -> ch)
 
Theoremadantrr 312 Deduction adding a conjunct to an antecedent.
|- ((ph /\ ps) -> ch)   =>   |- ((ph /\ (ps /\ th)) -> ch)
 
Theoremadantlll 313 Deduction adding a conjunct to an antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- ((((ta /\ ph) /\ ps) /\ ch) -> th)
 
Theoremadantlrl 314 Deduction adding a conjunct to an antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (((ph /\ (ta /\ ps)) /\ ch) -> th)
 
Theoremadantlrr 315 Deduction adding a conjunct to an antecedent.
|- (((ph /\ ps) /\ ch) -> th)   =>   |- (((ph /\ (ps /\ ta )) /\ ch) -> th)
 
Theoremadantrll 316 Deduction adding a conjunct to an antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ ((ta /\ ps) /\ ch)) -> th)
 
Theoremadantrlr 317 Deduction adding a conjunct to an antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ ((ps /\ ta ) /\ ch)) -> th)
 
Theoremadantrrl 318 Deduction adding a conjunct to an antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ (ps /\ (ta /\ ch))) -> th)
 
Theoremadantrrr 319 Deduction adding a conjunct to an antecedent.
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- ((ph /\ (ps /\ (ch /\ ta ))) -> th)
 
Theoremad2antll 320 Deduction adding conjuncts to an antecedent.
|- (ph -> ps)   =>   |- (((ph /\ ch) /\ th) -> ps)
 
Theoremad2antlr 321 Deduction adding conjuncts to an antecedent.
|- (ph -> ps)   =>   |- (((ch /\ ph) /\ th) -> ps)
 
Theoremad2antrl 322 Deduction adding conjuncts to an antecedent.
|- (ph -> ps)   =>   |- ((ch /\ (ph /\ th)) -> ps)
 
Theoremad2antrr 323 Deduction adding conjuncts to an antecedent.
|- (ph -> ps)   =>   |- ((ch /\ (th /\ ph)) -> ps)
 
Theorembiimpa 324 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ph /\ ps) -> ch)
 
Theorembiimpar 325 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ph /\ ch) -> ps)
 
Theorembiimpac 326 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ps /\ ph) -> ch)
 
Theorembiimparc 327 Inference from a logical equivalence.
|- (ph -> (ps <-> ch))   =>   |- ((ch /\ ph) -> ps)
 
Theoremjaob 328 Disjunction of antecedents. Compare Theorem *4.77 of [WhiteheadRussell] p. 121.
|- (((ph \/ ch) -> ps) <-> ((ph -> ps) /\ (ch -> ps)))
 
Theoremjaod 329 Deduction disjoining the antecedents of two implications.
|- (ph -> (ps -> ch))   &   |- (ph -> (th -> ch))   =>   |- (ph -> ((ps \/ th) -> ch))
 
Theoremjaao 330 Inference conjoining and disjoining the antecedents of two implications.
|- (ph -> (ps -> ch))   &   |- (th -> (ta -> ch))   =>   |- ((ph /\ th) -> ((ps \/ ta ) -> ch))
 
Theoremanidm 331 Idempotent law for conjunction. Theorem *4.24 of [WhiteheadRussell] p. 117.
|- ((ph /\ ph) <-> ph)
 
Theoremanidms 332 Inference from idempotent law for conjunction.
|- ((ph /\ ph) -> ps)   =>   |- (ph -> ps)
 
Theoremancom 333 Commutative law for conjunction. Theorem *4.3 of [WhiteheadRussell] p. 118.
|- ((ph /\ ps) <-> (ps /\ ph))
 
Theoremancoms 334 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 335 Deduction commuting conjunction in antecedent.
|- (ph -> ((ps /\ ch) -> th))   =>   |- (ph -> ((ch /\ ps) -> th))
 
Theoremanass 336 Associative law for conjunction. Theorem *4.32 of [WhiteheadRussell] p. 118.
|- (((ph /\ ps) /\ ch) <-> (ph /\ (ps /\ ch)))
 
Theoremanasss 337 Associative law for conjunction applied to antecedent (eliminates syllogism).
|- (((ph /\ ps) /\ ch) -> th)   =>   |- ((ph /\ (ps /\ ch)) -> th)
 
Theoremanassrs 338 Associative law for conjunction applied to antecedent (eliminates syllogism).
|- ((ph /\ (ps /\ ch)) -> th)   =>   |- (((ph /\ ps) /\ ch) -> th)
 
Theoremimdistan 339 Distribution of implication with conjunction.
|- ((ph -> (ps -> ch)) <-> ((ph /\ ps) -> (ph /\ ch)))
 
Theoremimdistani 340 Distribution of implication with conjunction.
|- (ph -> (ps -> ch))   =>   |- ((ph /\ ps) -> (ph /\ ch))
 
Theoremimdistanri 341 Distribution of implication with conjunction.
|- (ph -> (ps -> ch))   =>   |- ((ps /\ ph) -> (ch /\ ph))
 
Theoremimdistand 342 Distribution of implication with conjunction (deduction rule).
|- (ph -> (ps -> (ch -> th)))   =>   |- (ph -> ((ps /\ ch) -> (ps /\ th)))
 
Theoremsylan 343 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th -> ph)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylanb 344 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th <-> ph)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylanbr 345 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (ph <-> th)   =>   |- ((th /\ ps) -> ch)
 
Theoremsylan2 346 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th -> ps)   =>   |- ((ph /\ th) -> ch)
 
Theoremsylan2b 347 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th <-> ps)   =>   |- ((ph /\ th) -> ch)
 
Theoremsylan2br 348 A syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (ps <-> th)   =>   |- ((ph /\ th) -> ch)
 
Theoremsyl2an 349 A double syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th -> ph)   &   |- (ta -> ps)   =>   |- ((th /\ ta ) -> ch)
 
Theoremsyl2anb 350 A double syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (th <-> ph)   &   |- (ta <-> ps)   =>   |- ((th /\ ta ) -> ch)
 
Theoremsyl2anbr 351 A double syllogism inference.
|- ((ph /\ ps) -> ch)   &   |- (ph <-> th)   &   |- (ps <-> ta )   =>   |- ((th /\ ta ) -> ch)
 
Theoremsyland 352 A syllogism deduction.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ph -> (ta -> ps))   =>   |- (ph -> ((ta /\ ch) -> th))
 
Theoremsylan2d 353 A syllogism deduction.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ph -> (ta -> ch))   =>   |- (ph -> ((ps /\ ta ) -> th))
 
Theoremsyl2and 354 A syllogism deduction.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ph -> (ta -> ps))   &   |- (ph -> (et -> ch))   =>   |- (ph -> ((ta /\ et) -> th))
 
Theoremsylan12 355 A syllogism inference.
|- (((ph /\ ps) /\ ch) -> th)   &   |- (ta -> ps)   =>   |- (((ph /\ ta ) /\ ch) -> th)
 
Theoremsylani 356 A syllogism inference.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ta -> ps)   =>   |- (ph -> ((ta /\ ch) -> th))
 
Theoremsylan2i 357 A syllogism inference.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ta -> ch)   =>   |- (ph -> ((ps /\ ta ) -> th))
 
Theoremsyl2ani 358 A syllogism inference.
|- (ph -> ((ps /\ ch) -> th))   &   |- (ta -> ps)   &   |- (et -> ch)   =>   |- (ph -> ((ta /\ et) -> th))
 
Theoremsylan9 359 Nested syllogism inference conjoining dissimilar antecedents.