Earlier quoted context omitted.
If you don't have decentralized production and validation of blocks, you don't have a block chain.
You don't need decentralization for a blockchain. All you need is 1) a reverse linked list of entries and 2) have the list be cryptographic in nature. Even git can be used for a blockchain since it uses a cryptographic hash for commits and can use GPG signing. Validation, consensus and decentralizations are additional properties that you can add on top that make it useful for certain use cases.
A reasonable definition might be that a blockchain is a decentralized merkle tree.