Q unless negate p = if p then q

  • Thread starter r0bHadz
  • Start date
In summary, q unless negate p and if p then q are two different ways of saying the same thing: if p, then q, but if not p, then possibly/possibly not q. Both statements do not specify what happens if we have negate p.
  • #1
r0bHadz
194
17

Homework Statement


I want to make sure I am understanding this correctly
Rosen says Q unless negate p = if p then q

Homework Equations

The Attempt at a Solution


Q unless negate P is saying, if P, then Q, but if not P, then possibly/possibly not Q

does this make sense? Honestly this doesn't seem to formal to me but I can see how it would make sense..
 
Physics news on Phys.org
  • #2
r0bHadz said:

Homework Statement


I want to make sure I am understanding this correctly
Rosen says Q unless negate p = if p then q

Homework Equations

The Attempt at a Solution


Q unless negate P is saying, if P, then Q, but if not P, then possibly/possibly not Q

does this make sense? Honestly this doesn't seem to formal to me but I can see how it would make sense..

They are both saying the same thing. q unless negate p means that we have q unless we have don't have p. In other words, if p then q.

Neither statement says what we have if we have negate p. We may have q or we may not.

Try writing out a truth table with all four options.
 
  • Like
Likes CWatters
  • #3
PeroK said:
They are both saying the same thing. q unless negate p means that we have q unless we have don't have p. In other words, if p then q.

Neither statement says what we have if we have negate p. We may have q or we may not.

Try writing out a truth table with all four options.
I don't understand what "we have" means in this context.
 
  • #4
"We have p" means p is true.
 
  • #5
PeroK said:
"We have p" means p is true.

Ah I gotcha. So would you say what I wrote in my original post is correct then?
 
  • #6
r0bHadz said:
Ah I gotcha. So would you say what I wrote in my original post is correct then?
Yes!
 
  • Like
Likes r0bHadz

1. What is the meaning of "Q unless negate p = if p then q"?

The statement "Q unless negate p = if p then q" is a logical statement, where Q and P are two related conditions. It means that if P is true, then Q will also be true, unless P is negated or false.

2. Can you give an example of "Q unless negate p = if p then q"?

One example of this statement is "I will go for a walk unless it rains. If it rains, then I will stay at home." Here, Q is going for a walk and P is raining. If it rains (P is true), then I will stay at home (Q is false), unless I decide to go for a walk regardless of the rain (negate P).

3. How is "Q unless negate p = if p then q" different from "if p then q"?

The main difference between the two statements is the inclusion of "unless negate p" in the first statement. This adds a conditional aspect to the statement, where Q is not always true even if P is true, as P can be negated.

4. What is the logical operator used in "Q unless negate p = if p then q"?

The logical operator used in this statement is "unless negate", which can also be written as "unless not". This operator is used to express a conditional relationship between two statements, where the second statement is only true if the first statement is true, unless the first statement is negated.

5. How can "Q unless negate p = if p then q" be applied in scientific research?

This statement can be applied in scientific research by using it as a hypothesis or a prediction. It can help to establish a relationship between two variables and test the accuracy of their correlation. Additionally, it can be used to make conclusions and predictions based on experimental results.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • High Energy, Nuclear, Particle Physics
Replies
18
Views
512
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
872
  • Precalculus Mathematics Homework Help
Replies
17
Views
3K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
Replies
11
Views
365
Back
Top