Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jul 4, 2024
1 parent 7ebe1fc commit 5c4f602
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions test/pure/TheoLog24-Uebung-10_FAIL.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,40 @@

( _:x) log:onNegativeSurface {
( _:y) log:onNegativeSurface {
_:x :hasChild _:y .
() log:onNegativeSurface {
_:y :can :fly .
} .
_:x :hasChild _:y .
() log:onNegativeSurface {
_:y :can :fly .
} .
} .
() log:onNegativeSurface {
_:x :is :happy .
_:x :is :happy .
} .
} .

( _:x) log:onNegativeSurface {
_:x :is :green.
_:x :is :green.
() log:onNegativeSurface {
_:x :can :fly .
_:x :can :fly .
} .
} .

( _:x) log:onNegativeSurface {
(_:y) log:onNegativeSurface {
() log:onNegativeSurface {
_:y :hasChild _:x.
_:y :is :green .
} .
() log:onNegativeSurface {
_:y :hasChild _:x.
_:y :is :green .
} .
} .

() log:onNegativeSurface {
_:x :is :green .
_:x :is :green .
} .
} .


# negated consequence to produce a contradiction
() log:onNegativeSurface {
(_:x) log:onNegativeSurface {
_:x :is :green.
() log:onNegativeSurface {_:x :is :happy} .
} .
(_:x) log:onNegativeSurface {
_:x :is :green.
() log:onNegativeSurface {_:x :is :happy} .
} .
} .

0 comments on commit 5c4f602

Please sign in to comment.