premises
stringlengths
41
783
conclusion
stringlengths
8
565
truth_value
stringclasses
3 values
∀x (EntitledTo(x, nationalSocialInsuranceCoverage) → CanHavePartiallyCovered(x, medicalBills)) ∀x (PRCNational(x) → EntitledTo(x, nationalSocialInsuranceCoverage)) ∀x (In(x, franco-ChinaDiplomaticConference) → PRCNational(x) ⊕ FrenchNational(x)) ∀x (FrenchNational(x) → CitizenOf(x, europeanUnion)) ∀x (SpanishNational(x) → CitizenOf(x, europeanUnion)) ∀x (NorthKoreanNational(x) → ¬CitizenOf(x, europeanUnion)) In(mei, franco-ChinaDiplomaticConference) ¬(NorthKoreanNational(mei) ⊕ CanHavePartiallyCovered(mei, medicalBills))
¬PRCNational(mei)
U
∀x (EntitledTo(x, nationalSocialInsuranceCoverage) → CanHavePartiallyCovered(x, medicalBills)) ∀x (PRCNational(x) → EntitledTo(x, nationalSocialInsuranceCoverage)) ∀x (In(x, franco-ChinaDiplomaticConference) → PRCNational(x) ⊕ FrenchNational(x)) ∀x (FrenchNational(x) → CitizenOf(x, europeanUnion)) ∀x (SpanishNational(x) → CitizenOf(x, europeanUnion)) ∀x (NorthKoreanNational(x) → ¬CitizenOf(x, europeanUnion)) In(mei, franco-ChinaDiplomaticConference) ¬(NorthKoreanNational(mei) ⊕ CanHavePartiallyCovered(mei, medicalBills))
NorthKoreanNational(mei) ⊕ SpanishNational(mei) → ¬(FrenchNational(mei) ⊕ European(mei))
T
∃x ∃y (Monitor(x) ∧ ProducedBy(x, aOC) ∧ In(x, library) ∧ (¬(x=y)) ∧ Monitor(y) ∧ ProducedBy(y, aOC) ∧ In(y, library)) ∀x ((Monitor(x) ∧ In(x, library)) → CheaperThan(x, dollars800)) ∀x ((Monitor(x) ∧ CheaperThan(x, dollars800)) → ResolutionLessThan(x, p1080)) ∀x ((Monitor(x) ∧ ResolutionLessThan(x, p1080)) → ¬Supports(x, type-CPort)) Supports(a-2017, type-CPort)
ProducedBy(x, aOC)
U
∃x ∃y (Monitor(x) ∧ ProducedBy(x, aOC) ∧ In(x, library) ∧ (¬(x=y)) ∧ Monitor(y) ∧ ProducedBy(y, aOC) ∧ In(y, library)) ∀x ((Monitor(x) ∧ In(x, library)) → CheaperThan(x, dollars800)) ∀x ((Monitor(x) ∧ CheaperThan(x, dollars800)) → ResolutionLessThan(x, p1080)) ∀x ((Monitor(x) ∧ ResolutionLessThan(x, p1080)) → ¬Supports(x, type-CPort)) Supports(a-2017, type-CPort)
ProducedBy(a-2017, aOC) ∧ In(a-2017, library)
F
∃x ∃y (Monitor(x) ∧ ProducedBy(x, aOC) ∧ In(x, library) ∧ (¬(x=y)) ∧ Monitor(y) ∧ ProducedBy(y, aOC) ∧ In(y, library)) ∀x ((Monitor(x) ∧ In(x, library)) → CheaperThan(x, dollars800)) ∀x ((Monitor(x) ∧ CheaperThan(x, dollars800)) → ResolutionLessThan(x, p1080)) ∀x ((Monitor(x) ∧ ResolutionLessThan(x, p1080)) → ¬Supports(x, type-CPort)) Supports(a-2017, type-CPort)
¬(ResolutionLessThan(a-2017, p1080) ⊕ ProducedBy(x, aOC)) → ¬(In(a-2017, library))
T
∀x (Fish(x) → ¬Bird(x)) ∀x (Osprey(x) → Bird(x)) ∀x (Carp(x) → Fish(x)) ∀x (Goldfish(x) → Carp(x)) Osprey(bubbles) ⊕ Goldfish(bubbles) → ¬Fish(bubbles)
Osprey(bubbles)
U
∀x (Fish(x) → ¬Bird(x)) ∀x (Osprey(x) → Bird(x)) ∀x (Carp(x) → Fish(x)) ∀x (Goldfish(x) → Carp(x)) Osprey(bubbles) ⊕ Goldfish(bubbles) → ¬Fish(bubbles)
Goldfish(bubbles)
F
∀x (Fish(x) → ¬Bird(x)) ∀x (Osprey(x) → Bird(x)) ∀x (Carp(x) → Fish(x)) ∀x (Goldfish(x) → Carp(x)) Osprey(bubbles) ⊕ Goldfish(bubbles) → ¬Fish(bubbles)
¬Goldfish(bubbles)
T
∀x ((Buildings(x) ∧ In(x, newHaven)) → ¬HigherThan(x, num400)) ∀x ((Buildings(x) ∧ ManagedBy(x, yaleHousing)) → In(x, newHaven)) ∀x ((Buildings(x) ∧ Skyscraper(x) ∧ In(x, manhattan)) → HigherThan(x, num400)) ∀x ((Buildings(x) ∧ OwnedBy(x, bloomberg)) → Skyscraper(x) ∧ In(x, manhattan)) ∀x ((Buildings(x) ∧ HasLogo(x, bloomberg)) → OwnedBy(x, bloomberg)) Buildings(towerA) ∧ (¬InNewHaven(towerA)) ∧ (¬ManhattanSkyscraper(towerA)) Buildings(towerB) ∧ HasLogo(towerB, bloomberg) ∧ Skyscraper(towerB) ∧ In(towerB, manhattan)
HigherThan(towerA, num400)
U
∀x ((Buildings(x) ∧ In(x, newHaven)) → ¬HigherThan(x, num400)) ∀x ((Buildings(x) ∧ ManagedBy(x, yaleHousing)) → In(x, newHaven)) ∀x ((Buildings(x) ∧ Skyscraper(x) ∧ In(x, manhattan)) → HigherThan(x, num400)) ∀x ((Buildings(x) ∧ OwnedBy(x, bloomberg)) → Skyscraper(x) ∧ In(x, manhattan)) ∀x ((Buildings(x) ∧ HasLogo(x, bloomberg)) → OwnedBy(x, bloomberg)) Buildings(towerA) ∧ (¬InNewHaven(towerA)) ∧ (¬ManhattanSkyscraper(towerA)) Buildings(towerB) ∧ HasLogo(towerB, bloomberg) ∧ Skyscraper(towerB) ∧ In(towerB, manhattan)
¬HigherThan(towerA, num400)
U
∀x ((Buildings(x) ∧ In(x, newHaven)) → ¬HigherThan(x, num400)) ∀x ((Buildings(x) ∧ ManagedBy(x, yaleHousing)) → In(x, newHaven)) ∀x ((Buildings(x) ∧ Skyscraper(x) ∧ In(x, manhattan)) → HigherThan(x, num400)) ∀x ((Buildings(x) ∧ OwnedBy(x, bloomberg)) → Skyscraper(x) ∧ In(x, manhattan)) ∀x ((Buildings(x) ∧ HasLogo(x, bloomberg)) → OwnedBy(x, bloomberg)) Buildings(towerA) ∧ (¬InNewHaven(towerA)) ∧ (¬ManhattanSkyscraper(towerA)) Buildings(towerB) ∧ HasLogo(towerB, bloomberg) ∧ Skyscraper(towerB) ∧ In(towerB, manhattan)
HasLogo(towerB, bloomberg) ∨ ManagedBy(x, yaleHousing)
F
∀x ((Buildings(x) ∧ In(x, newHaven)) → ¬HigherThan(x, num400)) ∀x ((Buildings(x) ∧ ManagedBy(x, yaleHousing)) → In(x, newHaven)) ∀x ((Buildings(x) ∧ Skyscraper(x) ∧ In(x, manhattan)) → HigherThan(x, num400)) ∀x ((Buildings(x) ∧ OwnedBy(x, bloomberg)) → Skyscraper(x) ∧ In(x, manhattan)) ∀x ((Buildings(x) ∧ HasLogo(x, bloomberg)) → OwnedBy(x, bloomberg)) Buildings(towerA) ∧ (¬InNewHaven(towerA)) ∧ (¬ManhattanSkyscraper(towerA)) Buildings(towerB) ∧ HasLogo(towerB, bloomberg) ∧ Skyscraper(towerB) ∧ In(towerB, manhattan)
¬HasLogo(towerB, bloomberg) ∧ (¬ManagedBy(x, yaleHousing))
T
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
Still(bird)
U
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
¬Still(bird)
U
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
Unpredictable(bird) ∧ Changing(bird)
T
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
Unpredictable(bird) ∨ Changing(bird)
T
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
Unpredictable(bird) ⊕ Changing(bird)
F
∀x (In(x, sizeTown) → (Big(x) ∨ Small(x))) ∀x (Big(x) ∧ In(x, sizeTown) → Heavy(x)) ∀x (Small(x) ∧ In(x, sizeTown) → Light(x)) ∀x (Heavy(x) ∧ In(x, sizeTown) → Still(x)) ∀x (Light(x) ∧ In(x, sizeTown) → Unstable(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Changing(x)) ∀x (Unstable(x) ∧ In(x, sizeTown) → Unpredictable(x)) In(bird, sizeTown) ∧ ¬(Heavy(bird) ∧ Still(bird))
Small(bird) ∨ Still(bird) → Unpredictable(bird) ⊕ Changing(bird)
F
∀x (YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job) → Have(x, stableJob)) ∃x (LiveIn(x, manhattan) ∧ YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job)) ∀x (Have(x, stableJob) → WorkRegularly(x)) ∀x (WorkRegularly(x) → ¬DisobeyFrequently(x, boss)) ¬(DisobeyFrequently(mary, boss) ⊕ WorkRegularly(mary))
LiveIn(mary, manhattan)
U
∀x (YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job) → Have(x, stableJob)) ∃x (LiveIn(x, manhattan) ∧ YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job)) ∀x (Have(x, stableJob) → WorkRegularly(x)) ∀x (WorkRegularly(x) → ¬DisobeyFrequently(x, boss)) ¬(DisobeyFrequently(mary, boss) ⊕ WorkRegularly(mary))
LiveIn(mary, manhattan) ∧ YoungWorkingProfessional(mary) ∧ Have(mary, regular9-5Job)
F
∀x (YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job) → Have(x, stableJob)) ∃x (LiveIn(x, manhattan) ∧ YoungWorkingProfessional(x) ∧ Have(x, regular9To5Job)) ∀x (Have(x, stableJob) → WorkRegularly(x)) ∀x (WorkRegularly(x) → ¬DisobeyFrequently(x, boss)) ¬(DisobeyFrequently(mary, boss) ⊕ WorkRegularly(mary))
YoungWorkingProfessional(mary) ∧ Have(mary, regular9-5Job) → ¬LiveIn(mary, manhattan)
T
∀x (NeuroimagingTechnique(x) → (Invasive(x) ⊕ Noninvasive(x))) ∀x (Noninvasive(x) → Provides(x, spatialResolutionOfBrains)) ∀x (Provides(x, spatialResolutionOfBrains) → Measure(x, brainActivity)) ∀x (Measure(x, brainActivity) → UsedBy(x, neuroscienceResearchers)) Measure(fMRI, brainActivity) ⊕ Noninvasive(fMRI) NeuroimagingTechnique(fMRI)
Provides(fMRI, spatialResolutionOfBrains)
U
∀x (NeuroimagingTechnique(x) → (Invasive(x) ⊕ Noninvasive(x))) ∀x (Noninvasive(x) → Provides(x, spatialResolutionOfBrains)) ∀x (Provides(x, spatialResolutionOfBrains) → Measure(x, brainActivity)) ∀x (Measure(x, brainActivity) → UsedBy(x, neuroscienceResearchers)) Measure(fMRI, brainActivity) ⊕ Noninvasive(fMRI) NeuroimagingTechnique(fMRI)
Invasive(fMRI) ∧ UsedBy(fMRI, neuroscienceResearchers)
T
∀x (NeuroimagingTechnique(x) → (Invasive(x) ⊕ Noninvasive(x))) ∀x (Noninvasive(x) → Provides(x, spatialResolutionOfBrains)) ∀x (Provides(x, spatialResolutionOfBrains) → Measure(x, brainActivity)) ∀x (Measure(x, brainActivity) → UsedBy(x, neuroscienceResearchers)) Measure(fMRI, brainActivity) ⊕ Noninvasive(fMRI) NeuroimagingTechnique(fMRI)
Invasive(fMRI) ⊕ UsedBy(fMRI, neuroscienceResearchers)
F
∀x (NeuroimagingTechnique(x) → (Invasive(x) ⊕ Noninvasive(x))) ∀x (Noninvasive(x) → Provides(x, spatialResolutionOfBrains)) ∀x (Provides(x, spatialResolutionOfBrains) → Measure(x, brainActivity)) ∀x (Measure(x, brainActivity) → UsedBy(x, neuroscienceResearchers)) Measure(fMRI, brainActivity) ⊕ Noninvasive(fMRI) NeuroimagingTechnique(fMRI)
¬(Invasive(fMRI) ∧ UsedBy(fMRI, neuroscienceResearchers)) → ¬(Noninvasive(fMRI) ∨ Provides(fMRI, spatialResolutionOfBrains))
T
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
StruggleAt(jack, halfCourtShot)
U
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
BadAt(jack, midRangeShot)
F
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
GoodAt(jack, twos) ∨ BadAt(jack, midRangeShot)
T
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
GoodAt(jack, twos) ⊕ BadAt(jack, midRangeShot)
T
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
TrickShotArtist(jack) ∨ BadAt(jack, midRangeShot))
F
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
TrickShotArtist(jack) ⊕ BadAt(jack, midRangeShots)
F
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
GoodAt(jack, threes) ⊕ BadAt(jack, midRangeShot)
T
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
BadAt(jack, midRangeShot) ∧ GoodAt(jack, twos) → ¬GoodAt(jack, twos) ∧ GoodAt(jack, threes)
F
∀x ((In(x, yaleSVarsityTeam) ∧ TrickShotArtist(x)) → ¬StruggleAt(x, halfCourtShot)) ∀x (In(x, yaleSVarsityTeam) → (StruggleAt(x, halfCourtShot) ∨ GoodAt(x, threes))) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, threes)) → GoodAt(x, twos)) ∀x ((In(x, yaleSVarsityTeam) ∧ GoodAt(x, twos)) → BadAt(x, midRangeShot)) In(jack, yaleSVarsityTeam) ∧ (TrickShotArtist(jack) ⊕ GoodAt(jack, threes))
GoodAt(jack, twos) ∨ GoodAt(jack, threes) → BadAt(jack, halfCourtShot) ∧ BadAt(jack, midRangeShot)
U
∀x (Animal(x) → Breathe(x)) ∀x (Rock(x) → ¬Breathe(x)) ∀x (Mammal(x) → Animal(x)) ∀x (Dog(x) → Mammal(x)) ∀x (Corgi(x) → Dog(x)) Animal(bobby) ∨ Corgi(bobby)
Dog(bobby)
U
∀x (Animal(x) → Breathe(x)) ∀x (Rock(x) → ¬Breathe(x)) ∀x (Mammal(x) → Animal(x)) ∀x (Dog(x) → Mammal(x)) ∀x (Corgi(x) → Dog(x)) Animal(bobby) ∨ Corgi(bobby)
Rock(bobby)
F
∀x (Animal(x) → Breathe(x)) ∀x (Rock(x) → ¬Breathe(x)) ∀x (Mammal(x) → Animal(x)) ∀x (Dog(x) → Mammal(x)) ∀x (Corgi(x) → Dog(x)) Animal(bobby) ∨ Corgi(bobby)
Animal(bobby) ⊕ Rock(bobby)
T
∀x (GrowthStock(x) → BoughtToEarnProfitFrom(x, rapidPriceAppreciation)) ∀x (BoughtToEarnProfitFrom(x, earnProfit, rapidPriceAppreciation) → ¬SuitableFor(x, retirementFund)) ∃x (Stock(x) ∧ GrowthStock(x)) ∀x (MatureStock(x) → SuitableFor(x, retirementFund)) MatureStock(kO)
Stock(kO)
U
∀x (GrowthStock(x) → BoughtToEarnProfitFrom(x, rapidPriceAppreciation)) ∀x (BoughtToEarnProfitFrom(x, earnProfit, rapidPriceAppreciation) → ¬SuitableFor(x, retirementFund)) ∃x (Stock(x) ∧ GrowthStock(x)) ∀x (MatureStock(x) → SuitableFor(x, retirementFund)) MatureStock(kO)
¬GrowthStock(kO)
F
∀x (GrowthStock(x) → BoughtToEarnProfitFrom(x, rapidPriceAppreciation)) ∀x (BoughtToEarnProfitFrom(x, earnProfit, rapidPriceAppreciation) → ¬SuitableFor(x, retirementFund)) ∃x (Stock(x) ∧ GrowthStock(x)) ∀x (MatureStock(x) → SuitableFor(x, retirementFund)) MatureStock(kO)
GrowthStock(kO) ∨ BoughtToEarnProfitFrom(kO, earnProfit, rapidPriceAppreciation) → ¬Stock(kO) ∧ ¬BoughtToEarnProfitFrom(kO, rapidPriceAppreciation)
T
∀x (Plant(x) → ¬CuteAnimal(x)) ∀x (Flower(x) → Plant(x)) ∀x (Kitten(x) → CuteAnimal(x)) ∀x (GrownIn(x, garden) → Flower(x)) Kitten(piper) ∨ CuteAnimal(piper)
GrownIn(piper, garden)
F
∀x (Plant(x) → ¬CuteAnimal(x)) ∀x (Flower(x) → Plant(x)) ∀x (Kitten(x) → CuteAnimal(x)) ∀x (GrownIn(x, garden) → Flower(x)) Kitten(piper) ∨ CuteAnimal(piper)
¬GrownIn(piper, garden)
T
∀x (Plant(x) → ¬CuteAnimal(x)) ∀x (Flower(x) → Plant(x)) ∀x (Kitten(x) → CuteAnimal(x)) ∀x (GrownIn(x, garden) → Flower(x)) Kitten(piper) ∨ CuteAnimal(piper)
Kitten(piper)
U
∀x (DeadlyDiseases(x) → ComeWith(x, lowSurvivalRate)) ∀x (SevereCancer(x) → DeadlyDiseases(x)) ∀x (BileDuctCancer(x) → SevereCancer(x)) ∀x (Cholangiocarcinoma(x) → BileDuctCancer(x)) ∀x (MildFlu(x) → ¬ComeWith(x, lowSurvivalRate)) ¬(BileDuctCancer(colorectalCancer) ∧ ComeWith(colorectalCancer, lowSurvivalRate))
SevereCancer(colorectalCancer)
U
∀x (DeadlyDiseases(x) → ComeWith(x, lowSurvivalRate)) ∀x (SevereCancer(x) → DeadlyDiseases(x)) ∀x (BileDuctCancer(x) → SevereCancer(x)) ∀x (Cholangiocarcinoma(x) → BileDuctCancer(x)) ∀x (MildFlu(x) → ¬ComeWith(x, lowSurvivalRate)) ¬(BileDuctCancer(colorectalCancer) ∧ ComeWith(colorectalCancer, lowSurvivalRate))
¬(BileDuctCancer(colorectalCancer) ∨ Cholangiocarcinoma(colorectalCancer)) ∨ (BileDuctCancer(colorectalCancer) ∧ MildFlu(colorectalCancer))
T
∀x (DeadlyDiseases(x) → ComeWith(x, lowSurvivalRate)) ∀x (SevereCancer(x) → DeadlyDiseases(x)) ∀x (BileDuctCancer(x) → SevereCancer(x)) ∀x (Cholangiocarcinoma(x) → BileDuctCancer(x)) ∀x (MildFlu(x) → ¬ComeWith(x, lowSurvivalRate)) ¬(BileDuctCancer(colorectalCancer) ∧ ComeWith(colorectalCancer, lowSurvivalRate))
Cholangiocarcinoma(colorectalCancer) ∧ (MildFlu(colorectalCancer) ∨ BileDuctCancer(colorectalCancer))
F
∀x (Shoe(x) → ¬Food(x)) ∀x (Slipper(x) → Shoe(x)) ∀x (DonatedTo(x, homelessCharity) → Food(x) ⊕ Clothes(x)) ∀x (Wearable(x) → ¬Edible(x)) ∀x (Clothes(x) → Wearable(x)) DonatedTo(watch, homelessCharify) ¬(Edible(watch) ∧ Clothes(watch)) → ¬(Edible(watch) ⊕ Clothes(watch))
Wearable(watch)
U
∀x (Shoe(x) → ¬Food(x)) ∀x (Slipper(x) → Shoe(x)) ∀x (DonatedTo(x, homelessCharity) → Food(x) ⊕ Clothes(x)) ∀x (Wearable(x) → ¬Edible(x)) ∀x (Clothes(x) → Wearable(x)) DonatedTo(watch, homelessCharify) ¬(Edible(watch) ∧ Clothes(watch)) → ¬(Edible(watch) ⊕ Clothes(watch))
Slipper(watch)
F
∀x (Shoe(x) → ¬Food(x)) ∀x (Slipper(x) → Shoe(x)) ∀x (DonatedTo(x, homelessCharity) → Food(x) ⊕ Clothes(x)) ∀x (Wearable(x) → ¬Edible(x)) ∀x (Clothes(x) → Wearable(x)) DonatedTo(watch, homelessCharify) ¬(Edible(watch) ∧ Clothes(watch)) → ¬(Edible(watch) ⊕ Clothes(watch))
¬Edible(watch) ∧ ¬Slipper(watch)
T