When you consider the time as a number line, years are not points at integers (which would in some way warrant a year 0), but rather periods between them. Year 1 is the period between 0 and 1, and before that was -1 to 0, or year -1. There is no year 0, because there isn’t anything between 0 and 0
If we were starting from scratch, it would probably be better to go with two year zeroes, so it would fit normally into positional number systems, and then you could even talk about 0.5AD for the relevant summer.
Unfortunately, positional numbering wouldn’t be invented in the old world until hundreds of years after the Christian calendar.
Ah, I see. You’re advocating for naming the intervals (0, 1) and (-1,0) by rounding toward zero rather than away from zero. I would advocate for rounding toward the lesser value: (-1, 0) -> “-1” and (0,1) -> “0”
That could work. Calculating across eras would still end up sort of funny (the putative nativity would be a year closer to 233BC than 233AD, for example), but unless you’re an archeologist that doesn’t come up that often.
I had another conversation about this not that long ago, and it really does boil down to treating intervals as numbers. Unix epoch doesn’t officially extend to pre-1970 years, but it’s defined as “the number of seconds that have elapsed [past perfect] since” for that reason, and does have a second 0. It fair to guess Bede himself didn’t properly distinguish between the two, because that leads directly to an argument 0 is a number, which AFAIK doesn’t appear in European mathematics until much later.
I think the only reason that the nativity would be a year closer to 233 ad than 233 bc is because Jesus was born in late December. Had he been born a week later on the 1st of January, it would work out, with 1 ad starting a year after his birth and 1 bc starting a year before (year 0 being that of his birth)
The year was built around it, not the other way. It’s all derived from the Christian calendar. I’m not sure off the top of my head how Christmas ended up a few days before New Years, but they’re deliberately very close. It has been argued that the real life birth might not have been in winter at all (or even Bethlehem).
I digress, though. It would inevitably be lopsided somehow, because you’ve centered the numbering system around six months off of the New Years points.
floating point arithmetic on computers does suffer the existence of a negative zero. But it’s generally considered an unfortunate consequence of IEEE754.
Well, AD and BC(E) are the usual notation in this case, but yes. This is distinct from -0 and +0 in computation, because as OP says these are intervals rather than points.
The language is rooted in the same logic as people. Your first year was between the ages of 0 and 1. The first year before you were born is between -1 and 0. There is no 0th year because 0 is a point in time and not a range in time.
Your explanation works equally well for any integer though. You could say the same of 1.
I think you’re saying that it’s a fencepost issue. But even for personal ages this doesn’t check out: for a year after you are born, your age is “0.” A one-year-old baby is in the following year.
I feel you’ve missed the point I was making and assumed I’ve made another. Age number and year number are different. You’re in your first year when your age is not yet 1. You’re in your second year when your age is between 1 and 2.
Years follow numbers as in "this year was the first/second/third year of ", not “this year was the year turned X years old”
Oh I see. Sure, historically it makes sense that years have been ordinal numbers. But in the modern era with all our math and computational knowledge, it is not convenient anymore. It means off-by-one errors are easy to commit when comparing BC and AD years.
This is why programming languages all index from 0 rather than 1 (knuth and lua be damned)
Remember originally that -1 was 1 BC, meaning 1 year before the birth of christ. The negative numbers are measuring the distance away from 0.
Edit: in the positive direction, the 1 was 1 AD, meaning the first year of our lord. Just like when talking about the reign of kings/queens, the first year of their reign is 1 and the 14th year that they reigned is 14. I believe the timekeeping for Ages in LOTR may also be similar.
When you consider the time as a number line, years are not points at integers (which would in some way warrant a year 0), but rather periods between them. Year 1 is the period between 0 and 1, and before that was -1 to 0, or year -1. There is no year 0, because there isn’t anything between 0 and 0
If we were starting from scratch, it would probably be better to go with two year zeroes, so it would fit normally into positional number systems, and then you could even talk about 0.5AD for the relevant summer.
Unfortunately, positional numbering wouldn’t be invented in the old world until hundreds of years after the Christian calendar.
The only positional numbering system I use daily (base 10) has only one zero. What system are you talking about?
Oh really? What do -0.25 and 0.25 both start with, and round to?
A reminder to read the original reply that started this thread. There’s two “zero-areas” between the one points and the zero point.
Ah, I see. You’re advocating for naming the intervals (0, 1) and (-1,0) by rounding toward zero rather than away from zero. I would advocate for rounding toward the lesser value: (-1, 0) -> “-1” and (0,1) -> “0”
That could work. Calculating across eras would still end up sort of funny (the putative nativity would be a year closer to 233BC than 233AD, for example), but unless you’re an archeologist that doesn’t come up that often.
I had another conversation about this not that long ago, and it really does boil down to treating intervals as numbers. Unix epoch doesn’t officially extend to pre-1970 years, but it’s defined as “the number of seconds that have elapsed [past perfect] since” for that reason, and does have a second 0. It fair to guess Bede himself didn’t properly distinguish between the two, because that leads directly to an argument 0 is a number, which AFAIK doesn’t appear in European mathematics until much later.
I think the only reason that the nativity would be a year closer to 233 ad than 233 bc is because Jesus was born in late December. Had he been born a week later on the 1st of January, it would work out, with 1 ad starting a year after his birth and 1 bc starting a year before (year 0 being that of his birth)
The year was built around it, not the other way. It’s all derived from the Christian calendar. I’m not sure off the top of my head how Christmas ended up a few days before New Years, but they’re deliberately very close. It has been argued that the real life birth might not have been in winter at all (or even Bethlehem).
I digress, though. It would inevitably be lopsided somehow, because you’ve centered the numbering system around six months off of the New Years points.
So in your idea there would be year +0 and year -0 before it, right?
floating point arithmetic on computers does suffer the existence of a negative zero. But it’s generally considered an unfortunate consequence of IEEE754.
Well, AD and BC(E) are the usual notation in this case, but yes. This is distinct from -0 and +0 in computation, because as OP says these are intervals rather than points.
This explanation is unclear to me. Why do we choose the later of the two endpoints of the year for (0, 1) but the earlier of the two for (-1, 0)?
The language is rooted in the same logic as people. Your first year was between the ages of 0 and 1. The first year before you were born is between -1 and 0. There is no 0th year because 0 is a point in time and not a range in time.
Your explanation works equally well for any integer though. You could say the same of 1.
I think you’re saying that it’s a fencepost issue. But even for personal ages this doesn’t check out: for a year after you are born, your age is “0.” A one-year-old baby is in the following year.
I feel you’ve missed the point I was making and assumed I’ve made another. Age number and year number are different. You’re in your first year when your age is not yet 1. You’re in your second year when your age is between 1 and 2.
Years follow numbers as in "this year was the first/second/third year of ", not “this year was the year turned X years old”
Oh I see. Sure, historically it makes sense that years have been ordinal numbers. But in the modern era with all our math and computational knowledge, it is not convenient anymore. It means off-by-one errors are easy to commit when comparing BC and AD years.
This is why programming languages all index from 0 rather than 1 (knuth and lua be damned)
Moving from too… not too from
For the same reason why 1.5 is on the right from 1 but -1.5 is on the left from -1
Remember originally that -1 was 1 BC, meaning 1 year before the birth of christ. The negative numbers are measuring the distance away from 0.
Edit: in the positive direction, the 1 was 1 AD, meaning the first year of our lord. Just like when talking about the reign of kings/queens, the first year of their reign is 1 and the 14th year that they reigned is 14. I believe the timekeeping for Ages in LOTR may also be similar.