1,445 views

1 Answer

1 votes
1 votes

In my opinion, all combinations make sense,

Implication:

$\forall{x}(P \to C)$: For all $x$, if $P$ is true then $C$ is also true.

$\exists{x}(P \to C)$: There exists atleast a $x$ such that if $P$ is true then $C$ is also true.

Conjunction:

$\forall{x}(P \wedge C)$: For all $x$, Both $P$ and $C$ are true.

$\exists{x}(P \wedge C)$: There exists atleast a $x$, such that both $P$ and $C$ are true.

However, if you will post specific example where you find problem/confusion, question will be more clear.

Related questions

1.1k
views
1 answers
2 votes
♥_Less asked Dec 31, 2017
1,050 views
When should we use implication and when conjunction? For example in this question:https://gateoverflow.in/989/gate2006-26?show=188041#c188041What is the difference in options B and D?
1.3k
views
1 answers
1 votes
Tuhin Dutta asked Nov 17, 2017
1,302 views
What would be the execution order of the below statement?$A \implies B \implies C$
380
views
0 answers
1 votes
Mk Utkarsh asked Feb 9, 2018
380 views
Which one of the expression of universal quantifier is ambiguous?For allFor everyall offor eachfor anyfor arbitrary
206
views
1 answers
0 votes
tbhaxor asked Jan 11
206 views
There are 2 propositionsp: It is below freezingq: It is snowing.I want to write the symbolic form of: Either it is below freezing or it is snowing, but it is not ... in the first shouldn't it will be exclusive or, because of Either...or...?