Prove or disprove each of these statements about the floor and ceiling functions. a) ⌊⌈x⌉⌋ = ⌈x⌉ for all real numbers x. b) ⌊x+y⌋=⌊x⌋+⌊y⌋for all real numbers x and y. c) ⌈⌈x∕2⌉ ∕2⌉ = ⌈x∕4⌉ for all real numbers x. d)⌊√⌈x⌉⌋ = ⌊√x ⌋ for all positive real numbers x. e) ⌊x⌋+⌊y⌋+⌊x+y⌋≤⌊2x⌋+⌊2y⌋forall real numbers x and y.

Respuesta :

Answer:

A) equality function will hold

B) equality function doesn't hold

C)  equality function holds )

D) equality function doesn't hold

E) equality function holds

Step-by-step explanation:

a) ⌊⌈x⌉⌋ = ⌈x⌉ for all real numbers x.

The ceiling function will yield an integer, that is greater ≥ x.

Also the floor function when applied to an integer will yield the same integer value. hence the two sides will become the same Therefore the  equality function will hold

b) ⌊x+y⌋=⌊x⌋+⌊y⌋ for all real numbers x and y

The floor function of this statement yields a value that is ≤ inserted value and this makes the right hand side of the statement to be 1 less than the sum produced from the left hand side of the statement, therefore the equality function doesn't hold

c) ⌈⌈x∕2⌉ ∕2⌉ = ⌈x∕4⌉ for all real numbers x.

The ceiling function produces an integer that is ≥ value inserted and the integer gotten is divided by 2 and this serves a s an input to the ceiling function( which means X has been divide by 4 ) making the two sides of the equation the same ( equality function holds )

d)⌊√⌈x⌉⌋ = ⌊√x ⌋ for all positive real numbers x

The ceiling function is applied to the value inserted in x(on the left hand side ), and the result will not be equal to that in the right hand side.

Therefore the equality function doesn't hold

e) ⌊x⌋+⌊y⌋+⌊x+y⌋≤⌊2x⌋+⌊2y⌋forall real numbers x and y.

If the value of the fractional part of x or y is > 0.5, then the right hand side will be greater  than the left hand side by 1.

Otherwise, both left and right hand sides yield equal answers. therefore equality function holds